(IMG:[
i.imgur.com]
https://i.imgur.com/wGWhKjO.png)
I made a quick
CSS edit to the new navigation buttons as you can see from the image above to make them pop a bit more while keeping to the theme of the site.
Just
pick which version of the code you want below (with or without
The Timeskip Navigation Script which
adds more buttons) and slap it on
Stylus.
CODE
/*Navigation Buttons*/
div.searchnav:nth-child(3) > div:nth-child(n+2):nth-child(-n+6), div.searchnav:nth-child(5) > div:nth-child(n+2):nth-child(-n+6) {
border: 2px solid #6f6f71;
border-radius: 8px;
margin-left: 4px;
padding-top: 2px !important;
padding-bottom: 1px !important;
background: #34353b;
font-weight: bold;
font-size: 15px;
}
/*Navigation Buttons w/TIMESKIP NAV USERSCRIPT*/
div.searchnav:nth-child(3) > div:nth-child(n+2):nth-child(-n+14), div.searchnav:nth-child(5) > div:nth-child(n+2):nth-child(-n+14) {
border: 2px solid #6f6f71;
border-radius: 8px;
margin-left: 4px;
padding-top: 2px !important;
padding-bottom: 1px !important;
background: #34353b;
font-weight: bold;
font-size: 15px;
}
I've also made a simple
JS script (slap it on one of the Monkeys), to
filter by Doujinshi & Manga by pressing the right-arrow key, you can
change the shortcut by changing "e.keyCode === 39)" to whatever key you want, just Google it.
sadsad.txt ( 888bytes )
Number of downloads: 21My overhaul CSS theme for the site is annexed, everything is commented for easy editing.
new_1.txt ( 5.06k )
Number of downloads: 23Recommended script by other user:
LazyLoadThis post has been edited by Brufh: Nov 17 2022, 20:15