Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Kreischo http://eazyclient.de/kekse.html tested it on my android, Windows 10 and on a linux
-
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.
-
@daksh it is kind of a while true loop but it opens up an email and sms Program every time.
-
@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(); -
@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. -
@daksh thx for that, i just started javascript. Opening new tabs seems like it triggeres the popup detection so nothing happens :/
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" ๐๐ถ๐ฎ...
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)
rant
guess it's an optional shutdown for every os?
wtf
firefox