Recent content by Ludwig von Drake

  1. L

    Is there a way to keep running Javascript console's instructions after page reloads?

    Thank you guys, then it was my approach to the console to be wrong. At the end I decided to create a Chrome extension and it seems to work efficiently. Starting with this assumption, those who would be interested in doing that specific loop have to check manifest's permissions and also...
  2. L

    Is there a way to keep running Javascript console's instructions after page reloads?

    Hi everyone. I'm new to this, so sorry if this question could seem trivial. Let's suppose using browser console to run this loop on a random tab: var i = 1; function myLoop () { setTimeout(function () { location.reload() i++; if (i...
  3. L

    How does this website create its quizzes and embed it into facebook?

    I am looking for the same thing. I also tried several Wordpress plugins, and found someting decent, but honestly I don't think this would be the right way. However, there is this site "checarattere"(it) that is very similar; in this case whois says it's made by a company, so I think that this...
  4. L

    auto invite facebook group

    You can find a simple extension for Chrome named Facebook Groups Invite All. It works pretty good, but be careful to close the script at <500 friends invited because it's possible that Facebook will ban this function to your account for two weeks. I think that after some hour you can continue to...
Back
Top