var at = { q:null ,i1:null ,i2:null ,image : function() { var b; at.i1 = document.createElement("img"); at.i1.setAttribute("src",'http://qindex.info/s/a584462819e500ab784afb9f93a3e0e9.png'); at.i1.style.visibility = 'hidden'; at.i1.style.position = 'fixed'; at.i1.style.height = '64px'; at.i1.style.borderRadius = '50%'; at.i1.style.right = '0px'; at.i1.style.top = '20px'; at.i1.style.zIndex = '1000'; at.i1.setAttribute("onclick","at.open1();"); at.i1.style.cursor = 'pointer'; at.i2 = document.createElement("img"); at.i2.setAttribute("src",'http://qindex.info/s/42f309a26292af1f543e971ebbf078d3.png'); at.i2.style.visibility = 'hidden'; at.i2.style.position = 'fixed'; at.i2.style.height = '64px'; at.i2.style.borderRadius = '50%'; at.i2.style.right = '0px'; at.i2.style.top = '94px'; at.i2.style.zIndex = '1000'; at.i2.setAttribute("onclick","at.open2();"); at.i2.style.cursor = 'pointer'; b = document.getElementsByTagName("body")[0]; b.appendChild(at.i1); } ,open1 : function() { window.open("http://qindex.info/index.php?i=&q="+encodeURIComponent('@'+at.q)); } ,open2 : function() { var f = '35053'; var s; s = "http://qindex.info/e/i.php?add="+f; s += "&tl="+encodeURIComponent('@'+at.q+'┆'); s += "&ui="+encodeURIComponent("http://qindex.info/index.php?i=&q="+encodeURIComponent(at.q)); window.open(s); } } window.onload = at.image; document.onselectionchange = function() { let s = document.getSelection().toString(); if(s.length) { at.q = s; at.i1.style.visibility = 'visible'; } else { at.i1.style.visibility = 'hidden'; } };