17

Just found a really short JavaScript code inside a html document that will on Firefox for Windows/Linux no longer let you use your OS. Also android gets completely laggy and needs a force restart.

(I'm new to JavaScript)

Comments
  • 0
    @Kreischo http://eazyclient.de/kekse.html tested it on my android, Windows 10 and on a linux
  • 4
    @Kreischo accidently klicked that link, had to restart android xD
  • 4
    @EaZyCode Haha, almost did the same before my brain kicked in: "Wait a minute..."
  • 0
    @Kreischo didn't have a better name...
  • 0
    Btw "mailto" is the only url on Windows that doesnt need a confirmation of the user to open a Program. "sms" does the Rest for android and also creates many popups on Windows.
  • 1
    @Kreischo i sent this to a friend... He was that poor linux guy๐Ÿ˜‚
  • 0
    @Kreischo hmm ok... well for me it just opened it๐Ÿค”
  • 0
    @daksh it is kind of a while true loop but it opens up an email and sms Program every time.
  • 0
    @Kreischo on Windows Yes
    on android no
  • 2
    @daksh it is:
    onload {
    location.href = "mailto:1;2;3;4...";
    location.href = "sms:";
    location.reload();
    }
    The numbers after mailto go on that's because Windows Mail read this as an array of adresses to send the Mail to. This gets Windows even more laggy. I dont know if it would produce a different result if you use while (true) and not location.reload();
  • 0
    @Kreischo using while (true) and android's vibrate function i created another thing that completely messes around with the Vibration Motor even if you close Firefox...
    I will test the mailto-thing tomorrow.
  • 0
    @daksh thx for that, i just started javascript. Opening new tabs seems like it triggeres the popup detection so nothing happens :/
  • 0
    @Kreischo whats with mc?
  • 0
    @EaZyCode Chrome Custom Tags dont't lag on Android
  • 0
    @Kreischo oh you know me?๐Ÿ˜‚
  • 0
    @Kreischo oh xD
  • 0
    Tried on my windows 10 mobile. Nothing happened. ๐Ÿ˜Ž
  • 0
    @ravik with Firefox?
  • 0
  • 0
    @ravik this is a Firefox bug it does not work with edge, IE, Chrome...
  • 1
    ..... I should learn to read properly.
Add Comment