Make feedback button or summarize button optional
complete
BoloSign
complete
B
Benedict Forester
100%, please make it go away. On by default but add possibility to turn it off in settings
Tampermonkey Fix it
how to remove the Feedback & Summarize Button:
// ==UserScript==
// @name YouTube Ad Hider
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Hide specific elements on YouTube
// @author You
// @match https://www.youtube.com/watch?*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var intervalId = setInterval(function() {
var feedbackBtn = document.getElementById('AdSpeedUpFeedbackBtn');
var sidebarComponent = document.getElementById('AdSpeedUpSidebarComponent');
if (feedbackBtn) {
feedbackBtn.style.display = 'none';
}
if (sidebarComponent) {
sidebarComponent.style.display = 'none';
}
}, 10000);
})();
ahmed rayan
the feedback button is out of place i think they should change the colour to fit in and not be distracted
BoloSign
Merged in a post:
Summarize button
MrCreeper4Class
maybe add an X button to close it? or maybe to minimize it?
BoloSign
Merged in a post:
Slide feedback to right
Leo star (LeoStarGaming)
It is very unnatural for an extension to implant buttons like this. Please move it.
BoloSign
Merged in a post:
feedback button is a bit annoying
ToadwKirbo
the feedback button is annoying could it be moved or removed and the colour be black/white (depending on the person's theme) instead of purple?
BoloSign
Merged in a post:
Feedback
PatjalDynamic
mind removing that big Purple "FEEDBACK" button between likes and share...?
BoloSign
Merged in a post:
remove the feedback button or put it somewhere else
Egan
it breaks on different launages
medicfrombrazil_
so buggy
Load More
→