Userscript Manager Detection

A Code Snippet for detecting if the script is being ran in an Userscript Manager.

Этот скрипт недоступен для установки пользователем. Он является библиотекой, которая подключается к другим скриптам мета-ключом // @require https://update.greasyfork.org/scripts/453189/1106477/Userscript%20Manager%20Detection.js

Автор
Taureon
Версия
1
Создан
16.10.2022
Обновлён
18.10.2022
Лицензия
Unlicense

A Code Snippet for detecting if the script is being ran in an Userscript Manager. Made by Taureon.

How to use:

  • Add var isInUserscriptContext = typeof GM === 'object' || typeof GM_info === 'object'; to the beginning of your script.
  • Get isInUserscriptContext anytime when required.