// ==UserScript== // @name 东方财富股吧增强功能增强 // @author 九得 // @version 16.06.03 // @description 股吧增加一键圈子,问财功能同步访问. // @include http://guba.eastmoney.com/* // @icon http://u.thsi.cn/avatar/6460/96036460.gif // @grant GM_xmlhttpRequest // @auther 九得Q:135163 // @namespace Kanan // @downloadURL https://update.greasyfork.icu/scripts/19504/%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E8%82%A1%E5%90%A7%E5%A2%9E%E5%BC%BA%E5%8A%9F%E8%83%BD%E5%A2%9E%E5%BC%BA.user.js // @updateURL https://update.greasyfork.icu/scripts/19504/%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E8%82%A1%E5%90%A7%E5%A2%9E%E5%BC%BA%E5%8A%9F%E8%83%BD%E5%A2%9E%E5%BC%BA.meta.js // ==/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(); style.innerHTML = '#AddDiv{position:fixed; width:45%;height:50%;z-index:100;left:0px;top:38px;background:#ffffff;}#AddDiv2{position:fixed; width:45%;height:50%;z-index:100;left:0px;top:50%;background:#ffffff;}.gbbodyAll{margin-left:45%;}'; 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); $(".gbbody").addClass("gbbodyAll"); $("#rightAD").html(""); $("#feedback").html(""); $('.dh10').parent().html(""); $("#backtop").html(""); }