Created
May 17, 2012 02:51
-
-
Save dolpen/2715849 to your computer and use it in GitHub Desktop.
これは嘘ニュースです
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 kyoko | |
// @namespace http://www.dolpen.net/ | |
// @description これは嘘ニュースです | |
// @version 0.1 | |
// @include http://kyoko-np.net/* | |
// ==/UserScript== | |
(function(w,d){ | |
alert('これは嘘ニュースです'); | |
})(window,document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment