Greasy Fork

NGA论坛加载黑科技插件

NGA论坛加载黑科技插件,感谢远古大神:虚空之魂 和 LinTx

目前为 2017-01-09 提交的版本。查看 最新版本

// ==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
// ==/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";
	//script.src="https://raw.githubusercontent.com/senhtry/ngaplugins/master/command.js";
	head.appendChild(script);
};
loadNGAPlugin();