Skip to content

Commit d4b9f4e

Browse files
committed
Update
1 parent 4bcf664 commit d4b9f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

improve-adult-experience.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ if (IGNORE_HOSTS.includes(shortDomain)) {
990990

991991
'xvideos.com': _ => {
992992
init({
993-
css: 'a.premium, div.banner-slider, div.p-red, div.quickies-lat, div[style*="color: rgb(255, 255, 255)"][style*="text-align: center"], div.premium-results-line { display: none !important }',
993+
css: 'a.premium, button.comments span.badge, div[style*="color: rgb(255, 255, 255)"][style*="text-align: center"], div.banner-slider, div.p-red, div.quickies-lat, div.premium-results-line, ul.search-premium-tabs { display: none !important }',
994994
searchInputSelector: 'input.search-input[type="text"], input[type="text"][placeholder="Search X videos"]',
995995
onSearch: (query, form) => { // FIXME
996996
const url = new URL(form.action);

0 commit comments

Comments
 (0)