Chaturbate Clean

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

< Chaturbate Clean 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2022-09-02
수정: 2022-09-02

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.

§
작성: 2022-12-06

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
§
작성: 2022-12-08

Thanks for this, works perfectly

댓글 남기기

댓글을 남기려면 로그인하세요.