Last active
August 29, 2015 14:03
-
-
Save Jeffy2012/e4a2878e7b4fde73af28 to your computer and use it in GitHub Desktop.
user js demo
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 user js demo | |
// @description share | |
// @version 1.0 | |
// @author Jeffy | |
// @match http://*.tudou.com/* | |
// ==/UserScript== | |
$("body").css('background','#EEE'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment