Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youpy/2942 to your computer and use it in GitHub Desktop.
Save youpy/2942 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name techon - read article without register
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://techon.nikkeibp.co.jp/article/*
// @require http://gist.github.com/raw/2040/577979fb1e473146cc7a9ca9942b18e2aa90166c
// ==/UserScript==
(function() {
$X('//div[@id="nocookie"]')[0].style.display = 'none';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment