Skip to content

Commit bc256ef

Browse files
committed
Improved example selector in remove-elements
1 parent e365db0 commit bc256ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookmarklets/remove-elements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const rules = {
99
"stackoverflow.com": ["div#hot-network-questions"],
1010
"youtube.com": [
1111
"div.style-scope.ytd-watch-next-secondary-results-renderer",
12-
"a.ytp-suggestion-set",
12+
"div.html5-endscreen.ytp-player-content.videowall-endscreen",
1313
],
1414
};
1515

0 commit comments

Comments
 (0)