Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*DataScrapper by prettydude v1.0*/
- function find(a,b){let c={};a=a.split("\n"),a.forEach(function(d){let g,e=d.split(":")[0],f=d.slice(e.length+1).trim(),h=[];if(f.startsWith("<")){let i=document.createElement("div");i.innerHTML=f.trim();let j=i.firstChild,k=j.className?"."+j.className.replace(" ","."):"";f=j.id?"#"+j.id:j.tagName.toLowerCase()+k}g=document.querySelectorAll(f);for(let i of g)if(h.push(i.textContent),!b)break;c[e.trim()]=h}),document.body.innerHTML=JSON.stringify(c)}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement