Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.querySelectorAll('.ll').forEach(function(el) {
- el.onmouseover=function(){
- //txt.value=this.innerText.trim();txt.onsearch();
- var qq=this.innerText.trim();if (this.dataset.resolved)return false;
- fetch("/p/rip.php?q="+qq).then(r=>r.text()).then(d=>{this.title=d;if (d!="") {this.dataset.resolved=d;this.style.color="dimgray";
- [...d.match(/\S+/gim)].slice(0,10).map(v=>fetch("/p/d.php?q="+v));
- } });
- }
- });
Advertisement
RAW Paste Data
Copied
Advertisement