This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AppChan x | |
// @version 0.6.5beta | |
// @namespace zixaphir | |
// @description Adds various features and stylings. | |
// @copyright 4chan x - 2009-2011 James Campos <[email protected]> | |
// @copyright 4chan x - 2012 Nicolas Stepien <[email protected]> | |
// @copyright Appchan x - 2012 Zixaphir <[email protected]> | |
// @license MIT; http://en.wikipedia.org/wiki/Mit_license | |
// @include http://boards.4chan.org/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Current Board Navigation Highlight, mostly based off of CSS from 4chan ~ Momiji by !K.WeEabo0o. */ | |
@-moz-document url-prefix(http://boards.4chan.org/a/) { | |
#navtop > a[href*='/a/'] { background: rgba(0,0,0,0.3) !important; color: #ccc !important; font-weight: 700 !important; } | |
#navtop > a[href*='/a/']:hover { background: rgba(255,255,255,.15) !important; } | |
} | |
@-moz-document url-prefix(http://boards.4chan.org/b/) { | |
#navtop > a[href*='/b/'] { background: rgba(0,0,0,0.3) !important; color: #ccc !important; font-weight: 700 !important; } | |
#navtop > a[href*='/b/']:hover { background: rgba(255,255,255,.15) !important; } | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form[name='delform'] td.reply, | |
form[name='delform'] td.replyhl { | |
display: inline-block; | |
position: relative !important; | |
} | |
td .container, | |
#qp .container { | |
position: absolute; | |
bottom: 5px; |
NewerOlder