This file contains hidden or 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
@-moz-document domain(kaskus.co.id){ | |
/* FLIP THE TV */ | |
img[title='televisi']{transform: scale(-1, 1); | |
-moz-transform: scale(-1, 1); | |
-webkit-transform: scale(-1, 1); | |
-o-transform: scale(-1, 1); | |
-khtml-transform: scale(-1, 1); | |
-ms-transform: scale(-1, 1);} | |
} |
This file contains hidden or 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 Kaskus TS Tagger | |
// @namespace zackad's script | |
// @version 0.6 | |
// @description Give TS kaskus a Tag | |
// @grant GM_addStyle | |
// @include http://m.kaskus.co.id/* | |
// @include http://fjb.m.kaskus.co.id/* | |
// @include /^https?://(www|fjb).kaskus.co.id/(thread|lastpost|post|show_post|product|group/discussion)/*/ | |
// @require http://code.jquery.com/jquery-1.10.1.min.js |
This file contains hidden or 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
@-moz-document url-prefix("http://m.kaskus.co.id/"), url-prefix("http://fjb.m.kaskus.co.id/") { | |
/* FOOTER */ | |
footer#site-footer {padding-bottom: 0px;} | |
#site-footer {margin-top:0px;} | |
/* POST HEADER */ | |
.author {background-color:#222; color:#fff;} | |
.author .permalink {color:#fff;} | |
.author a {color:#fff;} |
NewerOlder