Jump to content

FE4 THREAD


Fia
 Share

Recommended Posts

  • Replies 674.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • TheEnd

    72124

  • Rei Rei

    41380

  • Ϲharlie

    31020

  • Icon of Sin

    29767

Top Posters In This Topic

Got it.

document.addEventListener('click', function(event) {
	if (event.target == document.getElementsByClassName('ipsComposeArea')[0].getElementsByClassName('ipsButton_primary')[1]) {
		setTimeout(function() {
			window.stop();
			location.reload()
		}, 500);
	}
}, false);

 

Link to comment
Share on other sites

34 minutes ago, Byakuren Hijiri said:

well i've always been refreshing immediately after i post here or hhh or some big threads but i still get an occasional double post

the issue is it still sends a second request before you can refresh. the script i made cancels any requests, then refreshes, half of a second after clicking. so it should never send another one bc half a second isn't enough time for it to decide its lagged out

Link to comment
Share on other sites

34 minutes ago, Byakuren Hijiri said:

well i've always been refreshing immediately after i post here or hhh or some big threads but i still get an occasional double post

the issue is it still sends a second request before you can refresh. the script i made cancels any requests, then refreshes, half of a second after clicking. so it should never send another one bc half a second isn't enough time for it to decide its lagged out

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...