Skip to content

Instantly share code, notes, and snippets.

@zixaphir
zixaphir / AppChan X Alert
Created September 6, 2012 00:36
AppChan X Alert
// ==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/*
@zixaphir
zixaphir / boardhighlighting.css
Created October 31, 2011 03:57
board highlighting
/* 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; }
}
@zixaphir
zixaphir / lower right hand corner quotes.css
Created October 23, 2011 08:29
lower right hand corner quotes
form[name='delform'] td.reply,
form[name='delform'] td.replyhl {
display: inline-block;
position: relative !important;
}
td .container,
#qp .container {
position: absolute;
bottom: 5px;