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.35k stars 428 forks source link

In the settings, adjusting the script position can only be adjusted to the last one. Adjusting it to any other position cannot be achieved. #2224

Open stelvetica opened 3 weeks ago

stelvetica commented 3 weeks 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==