We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Please fill out the issue template with your details)
all my scripts load after the fresh install and work on youtube
all scripts are grey'd out and never load
(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:
I can confirm it is a general chrome issue
Sorry, something went wrong.
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 Do you see any?
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 Windows machine, but refuses to load anything on my Mac.
No branches or pull requests
(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: