Chaturbate Clean

removes all add's, sub-selector on the tab's, shows video if you have no access, full screen with chat

< Feedback on Chaturbate Clean

Review: Good - script works

§
Posted: 02-09-2022
Edited: 02-09-2022

The software update of Chaturbate in late august 2022 corrupted the layout of the thumbnail pages.
To correct this, simply copy te following code at the top of the script:


function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

addGlobalStyle('#roomlist_pagination { width: 100%; }');
addGlobalStyle('.room_list_room { width: 192px !important; height: 180px !important; }');
addGlobalStyle('.room_thumbnail { width: 192px !important; height: 108px !important; }');


This also fixes the case where sometimes the pagination buttons would be displayed at the right of the thumbnails. Now they are displayed at the bottom again, where they belong.

§
Posted: 06-12-2022

The software update of Chaturbate in late august 2022 corrupted the layout of the thumbnail pages.
To correct this, simply copy te following code at the top of the script:


function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

addGlobalStyle('#roomlist_pagination { width: 100%; }');
addGlobalStyle('.room_list_room { width: 192px !important; height: 180px !important; }');
addGlobalStyle('.room_thumbnail { width: 192px !important; height: 108px !important; }');


This also fixes the case where sometimes the pagination buttons would be displayed at the right of the thumbnails. Now they are displayed at the bottom again, where they belong.

Please help me, my operation is not working
https://imgur.com/a/2RG3MLb

Deleted user 994406
§
Posted: 08-12-2022

Thanks for this, works perfectly

Post reply

Sign in to post a reply.