// ==UserScript== // @name 东财股吧增强功能增强 // @version 16.04.22 // @description 股吧增加一键圈子,问财功能. // @icon http://u.thsi.cn/avatar/6460/96036460.gif // @grant GM_xmlhttpRequest // @auther 九得Q:135163 // @namespace Kanan // @downloadURL none // ==/UserScript== var locationhref = window.location.href; if (locationhref.indexOf('guba.eastmoney.com/list')>0){ var head = document.head || document.getElementsByTagName('head')[0]; var script = document.createElement('script'); var style = document.createElement('style'); script.innerHTML = ''; var bodywidth=document.body.clientWidth; var bodyHeight=$(window).height()-80; style.innerHTML = '#AddDiv{position:fixed; width:'+(bodywidth-978)/2+'px;height:'+bodyHeight+'px;z-index:100;left:'+(bodywidth+978)/2+'px;top:38px;background:#ffffff;//display:none;}#AddDiv2{position:fixed; width:'+(bodywidth-978)/2+'px;height:'+bodyHeight+'px;z-index:100;left:0px;top:38px;background:#ffffff;//display:none;}'; head.appendChild(script); head.appendChild(style); var wc='http://www.iwencai.com/stockpick/search?typed=1&preParams=&ts=1&f=1&qs=index_rewrite&selfsectsn=&querytype=&searchfilter=&tid=stockpick&w='+code; var qz='http://t.10jqka.com.cn/guba/'+code+'/'; var newdiv = '
'; $("#sider").prepend(newdiv); //setTimeout(function(){$("#sider").prepend(newdiv);}, 100); //alert(locationhref); }