NGA论坛加载黑科技插件,感谢远古大神:虚空之魂 和 LinTx
// ==UserScript==
// @name NGA论坛加载黑科技插件
// @description NGA论坛加载黑科技插件,感谢远古大神:虚空之魂 和 LinTx
// @namespace nga
// @include http://bbs.ngacn.cc/*
// @include http://nga.178.com/*
// @include http://bbs.nga.cn/*
// @include http://club.178.com/*
// @include http://bbs.bigccq.cn/*
// @version 1.1
// ==/UserScript==
var loadNGAPlugin = function(){
var head=document.getElementsByTagName("head")[0];
var script=document.createElement("script");
script.src="http://code.taobao.org/svn/myfirefoxsupport/trunk/nga/nga_command.js";
head.appendChild(script);
};
loadNGAPlugin();