Jump to content
UBot Underground

Recommended Posts

Basic browser i don't like Http Method mostly cause of Javascript which automatically generates some parts of almost every website i am working on!

Link to post
Share on other sites
  • 2 weeks later...

add list to list(%links,$find regular expression($eval("var myLinks = []
var x =document.getElementsByClassName(\"b_algo\")

for (var y = 0 ; y < x.length; y++)\{
  
var z  = x[y].getElementsByTagName(\"a\")

myLinks.push(decodeURI( z[0].attributes[0].nodeValue))
\}

var a = JSON.stringify(myLinks)
a

"),"\\\".+?\\\""),"Delete","Global")

Link to post
Share on other sites

Thanks deliter. I'l try that on my end as well. smile3.png

Cool

 

Let me know if theres any problems

 

I just realised I could have put it all in one node so I've updated post above,just looks a lot cleaner on Node View,just go to a page and run it,be sure the DOM is ready or it won't work

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...