Skip to content

Instantly share code, notes, and snippets.

View zackad's full-sized avatar

zackad

View GitHub Profile
@zackad
zackad / flip tv
Created May 25, 2015 03:41
flip the tv emoticon kaskus
@-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);}
}
@zackad
zackad / kastag.user.js
Last active August 29, 2015 14:21
[stuck] get 1st post
// ==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
@zackad
zackad / mkss
Created May 20, 2015 03:57
stylish for mobile kaskus
@-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;}