Skip to content
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

Open
SteamRex25 opened this issue Dec 31, 2024 · 5 comments
Open

[Brave] user scripts never load despite being installed #2317

SteamRex25 opened this issue Dec 31, 2024 · 5 comments

Comments

@SteamRex25
Copy link

(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

  • Brave: (1.73.104)
  • TM: (i.e. 4.5.5648) (No idea what this is)
  • OS: (i.e. Arch Linux 6.12.7)

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==

@SteamRex25
Copy link
Author

I can confirm it is a general chrome issue

@sweetbbak
Copy link

same here, I recently switched back to ungoogled-chromium and brave, and tampermonkey doesn't work on either of them.

@derjanb
Copy link
Member

derjanb commented Jan 4, 2025

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
Do you see any?

@SteamRex25
Copy link
Author

im getting two duplicate form field id's in the same form errors, but thats it

@SocietasEvanescentes
Copy link

Facing the same issue on the most recent Chrome Dev branch. It works fine on my
Windows machine, but refuses to load anything on my Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants