Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save youpy/2942 to your computer and use it in GitHub Desktop.

Select an option

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