Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
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