I would like to request a script that will allow me to disable the auto-refresh that occurs on Chaturbate (e.g. the main page, where the videos get auto-refreshed on a timer). Either to disable it, completely, for all of Chaturbate, or, to assign a really high timer value.

Thank you!

Re: @strangerdanger5000:
you can open console and type:

reload_rooms.delay = 24 * 60 * 60 * 1000 // delay for 24 hours

or

reload_rooms.schedule_refresh = function() {} // turn it off