-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Brave] user scripts never load despite being installed #2317
Comments
I can confirm it is a general chrome issue |
same here, I recently switched back to ungoogled-chromium and brave, and tampermonkey doesn't work on either of them. |
Brave v1.73.104 is working fine here with both, Tampermonkey 5.3.3. and Tampermonkey Legacy 5.1.1 Please check the service worker console for errors -> https://tmnk.net/faq#Q600 |
im getting two duplicate form field id's in the same form errors, but thats it |
Facing the same issue on the most recent Chrome Dev branch. It works fine on my |
please tell me we have something to work with. firefox works just fine but brave and other chromium browsers don't work for me at all |
@SocietasEvanescentes yours is a potential duplicate of #1334 See #1334 (comment) for more information. |
(Please fill out the issue template with your details)
Expected Behavior
all my scripts load after the fresh install and work on youtube
Actual Behavior
all scripts are grey'd out and never load
Specifications
Script
(Please give an example of the script if applicable.)
// ==UserScript==
// @name YouTube: Hide Watched Videos
// @namespace https://www.haus.gg/
// @Version 6.6
// @license MIT
// @description Hides watched videos (and shorts) from your YouTube subscriptions page.
// @author Ev Haus
// @author netjeff
// @author actionless
// @match http://.youtube.com/
// @match http://youtube.com/*
// @match https://.youtube.com/
// @match https://youtube.com/*
// @Noframes
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
// @grant GM_getValue
// @grant GM_setValue
// @downloadurl https://update.greasyfork.org/scripts/13040/YouTube%3A%20Hide%20Watched%20Videos.user.js
// @updateURL https://update.greasyfork.org/scripts/13040/YouTube%3A%20Hide%20Watched%20Videos.meta.js
// ==/UserScript==
The text was updated successfully, but these errors were encountered: