Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created March 28, 2012 01:27
Show Gist options
  • Save honda0510/2222697 to your computer and use it in GitHub Desktop.
Save honda0510/2222697 to your computer and use it in GitHub Desktop.
Greasemonkey Test1
// ==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