Skip to content

Instantly share code, notes, and snippets.

@dolpen
Created May 17, 2012 02:51
Show Gist options
  • Save dolpen/2715849 to your computer and use it in GitHub Desktop.
Save dolpen/2715849 to your computer and use it in GitHub Desktop.
これは嘘ニュースです
// ==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