Long time no see! I haven't been here for a long time and now there are 555 pages of unread posts. XD
Anyhow...
I find this amusing.
Do NOT run this on a user(not a "friended" user)'s page.
var id = document.getElementsByName('friend-id')[0]; var submit = document.getElementsByClassName('button')[0]; var i = Math.random() * 400000 >> 0; var next = function () {id.value = (i++).toString();submit.click();}; setInterval(next, 500);
Offline
Did you make this script?
Offline
How do you run it?
Offline
Go to some one who is not your friend and paste the following into the address bar and hit enter:
Note: You may have to type the "javascript:" part in.
javascript:var id = document.getElementsByName('friend-id')[0];var submit = document.getElementsByClassName('button')[0];var i = Math.random() * 400000 >> 0;var next = function () {id.value = (i++).toString();submit.click();};setInterval(next, 500);
Or you could run it from the JS console.
Offline
MathIncognito wrote:
Go to some one who is not your friend and paste the following into the address bar and hit enter:
Note: You may have to type the "javascript:" part in.Code:
javascript:var id = document.getElementsByName('friend-id')[0];var submit = document.getElementsByClassName('button')[0];var i = Math.random() * 400000 >> 0;var next = function () {id.value = (i++).toString();submit.click();};setInterval(next, 500);Or you could run it from the JS console.
Doesn't seem to work.
Offline
What is your browser?
Offline
MathIncognito wrote:
What is your browser?
Chrome. Maybe I'm doing something wrong?
Offline
Go to someone page, press command + shift + j, paste this:
var id = document.getElementsByName('friend-id')[0]; var submit = document.getElementsByClassName('button')[0]; var i = Math.random() * 400000 >> 0; var next = function () {id.value = (i++).toString();submit.click();}; setInterval(next, 500);
Hit enter... If there are any red messages, there are errors.
Offline
MathIncognito wrote:
Go to someone page, press command + shift + j, paste this:
Code:
var id = document.getElementsByName('friend-id')[0]; var submit = document.getElementsByClassName('button')[0]; var i = Math.random() * 400000 >> 0; var next = function () {id.value = (i++).toString();submit.click();}; setInterval(next, 500);Hit enter... If there are any red messages, there are errors.
That brings up the Chrome downloads page.
Offline
stevetheipad wrote:
MathIncognito wrote:
Go to someone page, press command + shift + j, paste this:
Code:
var id = document.getElementsByName('friend-id')[0]; var submit = document.getElementsByClassName('button')[0]; var i = Math.random() * 400000 >> 0; var next = function () {id.value = (i++).toString();submit.click();}; setInterval(next, 500);Hit enter... If there are any red messages, there are errors.
That brings up the Chrome downloads page.
Umm... F12, click console tab?
Offline