4 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
kot enot
Nov 8, 2023
Needs update
Needs update
- Report illegal content
- Copy link
Kirill Rusnak
Apr 20, 2023
Не работает!
Перестал прятать шортс (
- Report illegal content
- Copy link
Brian Roddy
Apr 18, 2023
Extension stopped working recently
Hello, a few days ago this extension seems to have stopped working, as I'm seeing shorts on my subscriptions page again. Let me know if I can help troubleshoot. Thanks!
- Report illegal content
- Copy link
Martin Karas
Nov 16, 2022
randomly opened new ad tab
Opening a new tab is not apprecciated.
Please remove this functionality as it undermines your credibility of not selling user data/tracking user.
chrome.runtime.onInstalled.addListener(details => {
if (details.reason == "install" || details.reason == "update") {
let externalUrl = "https://www.buymeacoffee.com/ravensmove";
chrome.tabs.create({ url: externalUrl }, (tab) => {
console.debug("[ShortsBlocker Debug]: Ask for donation.");
});
}
}
- Report illegal content
- Copy link