Skip to content

Instantly share code, notes, and snippets.

@xiaokangwang
Created July 13, 2015 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiaokangwang/dd56c178659c20618647 to your computer and use it in GitHub Desktop.
Save xiaokangwang/dd56c178659c20618647 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name fuck http://imgclick.net
// @namespace https://kkdev.org
// @include http://imgclick.net/*
// @version 1
// @grant none
// ==/UserScript==
$(document).ready(function(){
$(".fuckadb").css("display","block")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment