Skip to content

Instantly share code, notes, and snippets.

@azu
Created March 9, 2009 11:46
Show Gist options
  • Save azu/76217 to your computer and use it in GitHub Desktop.
Save azu/76217 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Niconico economy
// @namespace http://web.zgo.jp/
// @include http://www.nicovideo.jp/watch/*
// @exclude http://www.nicovideo.jp/watch/*?eco=1
// ==/UserScript==
// http://d.hatena.ne.jp/crow2008/20090308/1236521566
window.location.replace(document.URL + "?eco=1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment