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
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 )
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)
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
. But yes its still 1 post a time wont work a lot of posts together
. 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)
Offline
I'm testing this
It didn't work for me?
Last edited by brettman98 (2011-07-26 12:07:21)
Offline
Awesome!
EDIT: Doesn't seem to work for me actually.
Last edited by Lucario621 (2011-07-26 12:08:36)
Offline
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.
Offline
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
Offline
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
all i would have to use is **SECRET** clue .. read HTML 5
Offline
imnotbob wrote:
dont know if scratch will approve of this the 60 sec rule is there 4 a reason
![]()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Offline
imnotbob wrote:
imnotbob wrote:
dont know if scratch will approve of this the 60 sec rule is there 4 a reason
![]()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
Offline
It works! That's awesome!
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)
Offline
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 ...
Offline
fanofcena wrote:
imnotbob wrote:
imnotbob wrote:
dont know if scratch will approve of this the 60 sec rule is there 4 a reason
![]()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
![]()
oh
i didnt quite understand what you said
Offline
Lucario621 wrote:
It works! That's awesome!
![]()
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 ^_^
Offline
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
![]()
oh
i didnt quite understand what you said
its okay ^_^ .
Offline
My username is spelt jji7skyline thank you very much:/
Last edited by jji7skyline (2011-07-27 01:53:41)
Offline
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
Offline
Solution: Wait for 60 seconds.
Offline