This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-07-26 12:04:24

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Ultimate Solutions for 60 seconds problem

aha as my last post in jjskyline 's topic i showed how to click the button .. now here are 2 chunks of code which are ultimate solution for the problem

to use them just copy and paste them in your browser's address bar on the post u want to use  wink 

Option 1 : This will send ur reply and close ur post after 60 seconds (WORKS ON IE AND CHROME , SAFARI (webkit browsers)  , firefox has inbuilt solution for it )

Code:

javascript:function foo() {document.post.submit.click();window.close(); } a = setTimeout(foo,60000); alert("This will post and close after 60 seconds");

Option 2: Thiss will send your reply and notify you after 60 seconds ( WORKS ON ALL BROWSER)

Code:

javascript:function foo() {document.post.submit.click();alert("Sent"); } a = setTimeout(foo,60000); alert("This will post and notify after 60 seconds");

using em you can pretty much enjoy going to other forum pages  wink  . But yes its still 1 post a time wont work a  lot of posts together  tongue  . i mean u cant do em on 4-5 pages together .


if you guys promise NOT to use them for spam i will tell how to make  them totally automatic( i mean page will automatically send as soon as its the time when the response can be sent)

.. but PROMISE ME YOU WONT USE IT FOR SPAM!

Last edited by fanofcena (2011-07-26 12:11:30)


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#2 2011-07-26 12:06:42

brettman98
Scratcher
Registered: 2010-10-17
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

I'm testing this
It didn't work for me?

Last edited by brettman98 (2011-07-26 12:07:21)


http://i40.tinypic.com/n1wbr7.jpg

Offline

 

#3 2011-07-26 12:07:44

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

Awesome!

EDIT: Doesn't seem to work for me actually.

Last edited by Lucario621 (2011-07-26 12:08:36)


http://i.imgur.com/WBkM2QQ.png

Offline

 

#4 2011-07-26 12:08:50

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

brettman98 wrote:

I'm testing this
It didn't work for me?

did u waited for 60 seconds ?

Last edited by fanofcena (2011-07-26 12:09:07)


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#5 2011-07-26 12:09:05

imnotbob
Scratcher
Registered: 2010-12-11
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

dont know if scratch will approve of this the 60 sec rule is there 4 a reason  hmm


PesterChum Handle: annoyingAnchorman
durp yo terezi sup sup gotta beat john gotta beat john

Offline

 

#6 2011-07-26 12:09:41

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

fanofcena wrote:

brettman98 wrote:

I'm testing this
It didn't work for me?

did u waited for 60 seconds ?

You have to wait 60 seconds for it to work?


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#7 2011-07-26 12:10:01

brettman98
Scratcher
Registered: 2010-10-17
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

fanofcena wrote:

brettman98 wrote:

I'm testing this
It didn't work for me?

did u waited for 60 seconds ?

I replied once, then pasted the (bottom) code into my url and tried to reply again and it gave me the "error:please wait 60 seconds" message.  hmm


http://i40.tinypic.com/n1wbr7.jpg

Offline

 

#8 2011-07-26 12:10:59

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

brettman98 wrote:

fanofcena wrote:

brettman98 wrote:

I'm testing this
It didn't work for me?

did u waited for 60 seconds ?

I replied once, then pasted the (bottom) code into my url and tried to reply again and it gave me the "error:please wait 60 seconds" message. :/

oopz my bad i forgot to write set timeout (XD) i did 60 instead of 60000 fixed now


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#9 2011-07-26 12:12:40

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

by the way if you guys promise i know a way to do them fully automatic i mean it will automatically post as soon as the post can be posted by 1 line code  wink  all i would have to use is **SECRET** clue .. read HTML 5


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#10 2011-07-26 12:13:40

imnotbob
Scratcher
Registered: 2010-12-11
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

imnotbob wrote:

dont know if scratch will approve of this the 60 sec rule is there 4 a reason  hmm

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


PesterChum Handle: annoyingAnchorman
durp yo terezi sup sup gotta beat john gotta beat john

Offline

 

#11 2011-07-26 12:14:46

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

imnotbob wrote:

imnotbob wrote:

dont know if scratch will approve of this the 60 sec rule is there 4 a reason  hmm

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

oi my solution posts it after 60 seconds but automatically it fully respects the 60 second rule but... it saves you from remembering hey i need to post that post .... and click that button everytime  tongue


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#12 2011-07-26 12:14:49

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

It works! That's awesome!  big_smile

If you post often, you should probably add it as a bookmark, so if you think you posted recently, than you just click the post bookmark/favorite on your browser and it will do the work for you.

Last edited by Lucario621 (2011-07-26 12:15:57)


http://i.imgur.com/WBkM2QQ.png

Offline

 

#13 2011-07-26 12:15:55

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

kimmy123 wrote:

fanofcena wrote:

brettman98 wrote:

I'm testing this
It didn't work for me?

did u waited for 60 seconds ?

You have to wait 60 seconds for it to work?

what do u expect ? 1 line to hack PunBB ? lol its just a wrapper for manual click ...


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#14 2011-07-26 12:16:01

imnotbob
Scratcher
Registered: 2010-12-11
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

fanofcena wrote:

imnotbob wrote:

imnotbob wrote:

dont know if scratch will approve of this the 60 sec rule is there 4 a reason  hmm

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

oi my solution posts it after 60 seconds but automatically it fully respects the 60 second rule but... it saves you from remembering hey i need to post that post .... and click that button everytime  tongue

oh

i didnt quite understand what you said


PesterChum Handle: annoyingAnchorman
durp yo terezi sup sup gotta beat john gotta beat john

Offline

 

#15 2011-07-26 12:17:39

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

Lucario621 wrote:

It works! That's awesome!  big_smile

If you post often, you should probably add it as a bookmark, so if you think you posted recently, than you just click the post bookmark/favorite on your browser and it will do the work for you.

Tan Q ^_^


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#16 2011-07-26 12:19:57

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

imnotbob wrote:

fanofcena wrote:

imnotbob wrote:


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

oi my solution posts it after 60 seconds but automatically it fully respects the 60 second rule but... it saves you from remembering hey i need to post that post .... and click that button everytime  tongue

oh

i didnt quite understand what you said

its okay ^_^ .


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#17 2011-07-26 12:34:00

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

bump?


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#18 2011-07-26 16:00:52

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

Brilliant!


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#19 2011-07-26 16:02:41

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

Clever.


Posts: 20000 - Show all posts

Offline

 

#20 2011-07-27 01:47:00

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

andresmh wrote:

Brilliant!

yikes  thank you


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#21 2011-07-27 01:48:16

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

My username is spelt jji7skyline thank you very much:/

Last edited by jji7skyline (2011-07-27 01:53:41)


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#22 2011-07-27 05:10:38

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

jji7skyline wrote:

My username is spelt jji7skyline thank you very much:/

sorry T.T my tired eye's nd overloaded head wasnt able to grasp the world's fastest processoror embedded in your name T.T


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#23 2011-07-27 05:15:32

Stickman704
Scratcher
Registered: 2009-01-31
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

Solution: Wait for 60 seconds.


Dun dun dun dun dun dun.... dun dun dun dun dun dun...  tongue

Offline

 

#24 2011-07-27 05:18:27

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

Your awake?  yikes   tongue


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#25 2011-07-27 05:25:03

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Ultimate Solutions for 60 seconds problem

ssss wrote:

Your awake?  yikes   tongue

i slept for 6 hours boy that was long!

Last edited by fanofcena (2011-07-27 05:32:57)


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

Board footer