Bugmenot Button 2014

Adds menu button that opens the Bugmenot user/password page for the current site you are visiting.

2015/04/04のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name           Bugmenot Button 2014
// @namespace      BB2014
// @description    Adds menu button that opens the Bugmenot user/password page for the current site you are visiting.
// @include        *
// @author         drhouse
// @version        2.3.13.1801
// ==/UserScript==

GM_registerMenuCommand("BugMeNot Button", function() {
location.replace("javascript:(" + function() {
window.open('http://www.bugmenot.com/view/'+window.location.host+'#content', '_blank', 'width=500,height=400,menu=no');
	} + ")()");
});