Recent content by dalooroorl

  1. D

    Twitch streams overview

    anyone please? :(
  2. D

    Twitch streams overview

    Hi. Anyone knows how to do a stream list like this, or some kind of premade html code? LINK -> goo.gl/TGUhZS
  3. D

    I need a script bypass captcha please help me

    yeah, i'm still wondering if that's possible :( like, you solve the first one, and the program saves the url and the captcha code, and then, when the captcha appears again, he recognizes that captcha and instantly solves it. Any one?
  4. D

    Embedding subtitle files to an HTML 5 video

    Its working now ;) Here: jsfiddle.net/ f7xcehrb /5/
  5. D

    Embedding subtitle files to an HTML 5 video

    here: jsfiddle link -> f7xcehrb vtt or srt dsnt work
  6. D

    Embedding subtitle files to an HTML 5 video

    Hi, i want to embed a video, for exemple, an episode from WD with subtitles, the thing is, locally the video runs, but not im my site, and subitles dont work either. does anyone know a good player (embed code) that actually works? :D
  7. D

    javascript auto click several buttons with same class at once

    ty all, but nothing works. the button code: <a class="unfollow-button" href="unfollow?url=xxx"></a> EDIT: I find out how! with this code: javascript:e=document.getElementsByClassName('unfollow-button');for(i=0;i<e.length;i++){e[i].click();}void(0); Thank you all!
  8. D

    javascript auto click several buttons with same class at once

    ty for reply bro, but that was the code i used :D
  9. D

    javascript auto click several buttons with same class at once

    goo.gl/ MNR1ZB as u see, i want to click the unfollow buttons at once, i did it with a code, but it only clicks on the first one... can any1 help me?
  10. D

    console script for browser

    Hi. I want a script to click in a input box, every 2 seconds, that i can run in a browser console. Its for a game, as i to other stuff in other tabs, it plays for me :D prntscr.co m/ 3xd 9w (dunno why u guys wont allow links, but ok :x ) EDIT: setInterval(function ()...
  11. D

    captcha solving

    Hi. I think about something really great. Is there any script, to solve a captcha that was already solved from us before? like, i solve a captcha and the program saves the image and text string, and when the captcha comes again, he recognise the image, and insta solve it. what do u think...
  12. D

    Javascript bulk delete all messages at once

    hmmm, i dont think so. Anyway, everything is possible with programation
  13. D

    Javascript bulk delete all messages at once

    HI i want a script to delete all my message at once, i did it once, dragin a link to the bookmarks, then opening the message page of facebook, and clicking on the tab, and then voila. all gone. BUt it wont work anymore! maybe cuz facebook updated, i dont know. Anyone knows how to do it? Thanks
Back
Top