Greasy Fork is available in English.
ユーザーによる動的な設定が必要な複数のユーザースクリプトを管理します。
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/419945/935171/Global_ManagedExtensions.js
// ==UserScript==
// @name Global_ManagedExtensions
// @namespace http://tampermonkey.net/
// @version 1.0.1
// @license MIT
// @description ユーザーによる動的な設定が必要な複数のユーザースクリプトを管理します。
// @author You
// ==/UserScript==
'use strict'
if (!('Global_ManagedExtensions' in unsafeWindow)) unsafeWindow.Global_ManagedExtensions = {}