Skip to content

Instantly share code, notes, and snippets.

@wozozo
Created February 29, 2012 03:02
Show Gist options
  • Save wozozo/1937238 to your computer and use it in GitHub Desktop.
Save wozozo/1937238 to your computer and use it in GitHub Desktop.
gihyo.jp の広告画面をスキップします
// ==UserScript==
// @name skip gihyo Ad page
// @namespace http://www.fujimotoyoichi.com/
// @include http://gihyo.jp/*
// @author wozozo
// @charset UTF-8
// @version 0.0.1
// ==/UserScript==
(function(){
if (document.getElementById('skip')) {
location.reload();
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment