milkytiptoe / Name-Sync

Enables names on 4chan's forced anon boards
http://milkytiptoe.github.io/Name-Sync/
Other
18 stars 5 forks source link

Updates on X's AJAX page refresh #43

Closed ErinSteph closed 10 years ago

ErinSteph commented 10 years ago

NS doesn't update names when you refresh board pages by X's ajax refresh button. Fix, at least for firefox, is hooking to the IndexRefresh event, with a small delay as it seems triggered before the page is ready for me. i'm not sure on coffeescript, but i think something like this clears it up:

$.on d, 'IndexRefresh', ->
setTimeout ( ->
@sync()
), 1000