Raw
Raw
Raw
So I recently done javaScript course and I made this simple script to get Millions
of combos lines
Video: https://streamable.com/oy05sh
3- It will open duckduckgo then paste this copy in console tap as will:
ddplace=document.querySelector(".search-filters-
wrap");ddmore=document.querySelector(".result--more__btn");
document.querySelector("#search_form_input").value = "Scraping.....";
function load_more(){
if (document.querySelector(".result--more__btn"))
{document.querySelector(".result--more__btn").click()}
else{document.querySelector("#search_form_input").value = "Scraping Done Made
By: t.me/I01270"}}
function ddscrap_func(){
ddscrap = document.querySelectorAll(".eVNpHGjtxRBq_gLOfGDr");ddresult = [];
for(let i=0; i<ddscrap.length; i++){ddresult.push(ddscrap.href);}
ddinput.value = ddresult.join("\n");ddheight =
16*ddresult.length;ddinput.style.height = `${ddheight}px`;}
ddinput = document.createElement("textarea");ddinput.style.width =
"1000px";ddplace.after(ddinput);ddscrap_func();
setInterval(ddscrap_func, 1500);setInterval(load_more, 1000);
Video: https://streamable.com/oy05sh
Code: https://pastebin.com/raw/dCrvh5dA