Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.3k stars 424 forks source link

Tampermonkey no longer working on Brave browser #2207

Closed ochompsky closed 3 weeks ago

ochompsky commented 3 weeks ago

(Please fill out the issue template with your details)

Expected Behavior

Scripts should execute

Actual Behavior

No scripts appear to be detected at all

Specifications

Brave (chromium) 1.71.114 TM: 5.0.1 MAC 15.0.1

Script

(Please give an example of the script if applicable.)

// ==UserScript==
// @name         Old Reddit Redirect
// @namespace    https://pelican.gq/
// @version      1.0.0
// @description  Automatically redirects you to the old reddit
// @author       sk1pp3rFTW
// @match        https://www.reddit.com/*
// @match        https://reddit.com/*
// @grant        none
// @run-at       document-start
// @downloadURL https://update.greasyfork.org/scripts/377047/Old%20Reddit%20Redirect.user.js
// @updateURL https://update.greasyfork.org/scripts/377047/Old%20Reddit%20Redirect.meta.js
// ==/UserScript==

(function () {
    'use strict';
    top.location.hostname = "old.reddit.com";
})();

Above is an example script, it doesn't execute at all on reddit. Even if I remove the matchers, tampermonkey shows no script running. All permissions are given to Brave. Script is enabled.

derjanb commented 3 weeks ago

Tampermonkey 5.0.1 is quite old. Please update. Tampermonkey 5.3.1 and TM Legacy 5.1.1 are working fine here with Brave version 1.71.114