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.09k stars 411 forks source link

not opeing #1994

Closed PIRO9842 closed 2 months ago

PIRO9842 commented 5 months ago

(Please fill out the issue template with your details)

Expected Behavior

Actual Behavior

Specifications

Script

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

// ==UserScript==
// @name MyName
// @namespace http://mywebsite.com
// @Version 1.0
// @description try to take over the world!
// @author Me
// @match http://mywebsite.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @include https://mywebsite.com/*
// @grant none
// ==/UserScript==
derjanb commented 4 months ago

What exactly is not opening? What Browser and Tampermonkey version are you using?