// ==UserScript== // @name kx09gohome // @namespace cngmclub.cn // @description I allow this script to do some useful changes for "piao.kuxun.cn" on this navigater of my PC. // @include http://piao.kuxun.cn/search.php?* // ==/UserScript== var onewscript = document.createElement("script"); onewscript.src="http://cngm.googlecode.com/svn/trunk/10003kx09/kx09gohome.js"; var ohead = document.getElementsByTagName("head")[0]; ohead.appendChild(onewscript);