edit: April 2017 - start here
NMan said:Won't this create stress on the server?
NMan said:Won't this create stress on the server?
It conflicts with the neogaf user highlighter script. Also anyway to automatically enable this script instead of having to click the arrows? I know that's probably by design to not put too much pressure on the server but I f5 a lot anyway.vazel said:I love realtime updating threads. The ffxionline.com's forums do that and it's awesome.
Edit: This isn't working for me.I do have several other neogaf greasemonkey scripts installed. It's probably a conflict.
I just checked your source code and found it's really easy to edit the delay between updates. Realistically, how much strain would this cause if everyone had it set to 30 or 20 seconds? For fast moving threads I've found there can be about 15+ replies in a minute.D4Danger said:The idea is to create less.
Yeah same for me. Any workarounds for this?RubxQub said:Ah, I see.
I can't have the NeoGAF User Highlighter and this active at the same time. Works when I disable the user highlight script.
![]()
RubxQub said:Ah, I see.
I can't have the NeoGAF User Highlighter and this active at the same time. Works when I disable the user highlight script.
![]()
Yep, we're up and running now!D4Danger said:install it again. I think the problem was both scripts were using jquery only mine wasn't checking to see if it was already on the page and messing everything up.
the greasemonkey version is quite hacky to begin with. If you find any more problems let me know and I'll try and fix them.
Wouldn't THAT be bad for the servers? I mean it's alright for E3 or whatnot when everyone are F5ing as fast as they can, but for normal threads?RubxQub said:Yep, we're up and running now!
Thanks a bunch dude. Kick ass stuff.
As a feature request, would it be possible to enable an "always on" feature instead of having to enable it?
RubxQub said:As a feature request, would it be possible to enable an "always on" feature instead of having to enable it?
3rded, I know for a fact I'd forget to keep enabling this, and it would go to waste on a thread that it would be great for.RubxQub said:Yep, we're up and running now!
Thanks a bunch dude. Kick ass stuff.
As a feature request, would it be possible to enable an "always on" feature instead of having to enable it?
This, rather important when you read down threads to the bottom :lolNMan said:Can you put that live refresh icon at the bottom of the page as well?
RubxQub said:Ah, I see.
I can't have the NeoGAF User Highlighter and this active at the same time. Works when I disable the user highlight script.
![]()
The script was updated since I posted it so it's all good now.Nabs said:that's strange, both work fine for me. i'm using chrome btw.
The Dutch Slayer said:Wow great job man nice work, just 1 thing maybe I´m just an idiot but can you "set" the time the script checks everything?
function letsJQuery() {
// These can be changed
var options = {
"debug": false,
"delay": [B]10[/B]*1000, // 10 seconds
"img": {
"on": 'http://i.imgur.com/JexZF.gif',
"off": 'http://i.imgur.com/TwgIk.gif',
"close": 'http://i.imgur.com/GBCMU.png'
}
}