Hi, I'm bonkmaykr! I'm a graphic designer and ametuer programmer (mainly C# and JS). I make most of the custom CSS and profile modules "apps" you see on Gamebanana.
I also created a simple mod manager called the Quake Live Mod Manager. Right now, I'm working on a browser extension to improve Gamebanana's interface.
You can find me at my website, and I plan to update it overtime with information about what I'm up to.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
/* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
/*CRT filter*/
body::after { /*scanlines*/
content:"";
background:url("https://files.gamebanana.com/bitpit/scanline2_aafa8.png");
position:...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
#GamesNavModule > pane {
overflow-y:scroll;
}
#GamesNavModule > pane > article {
overflow:unset !important;
height:unset !important;
}
#G...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
spriteIcon.NavigatorTabIcon.SectionsTabIcon {
background-position: -16px -208px;
}...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
// ==UserScript==
// @name Helvetica Killer!
// @version 1
// @description Deletes problematic fonts
// @author You
// @match...