Created
March 28, 2012 01:27
-
-
Save honda0510/2222697 to your computer and use it in GitHub Desktop.
Greasemonkey Test1
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 DoNothing | |
// @namespace honda0510 | |
// @include * | |
// ==/UserScript== | |
// エラーコンソール(Ctrl + Shift + j)にロギング | |
GM_log('DoNothing run at ' + location.href); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment