Script Menu

Script Menu

Select and run the registered JavaScript (userscript) from the menu. Works on Android as well as on PC. I developed this extension for Firefox for Mobile where the bookmarklets is not available. 登録したスクリプトをメニューから選択して実行します。Androidでも機能します

  • Script Menu
  • Script Menu
  • Script Menu
  • Script Menu
  • Script Menu
  • Script Menu
What is Script Menu?
Script Menu is a Firefox add-on that allows you to select and run registered JavaScript from a menu. It works on both Android and PC versions of Firefox, providing a convenient way to access scripts on mobile devices. This extension was developed specifically for Firefox for Mobile, where bookmarklets are not available.
Stats
Users: 34
Rating: 5.00 (2)
Version: 0.3.0 (Last updated: 2024-02-28)
Creation date: 2020-10-20
Weekly download count: NaN
Firefox on Android: Yes
Risk impact: High risk impact
Risk likelihood: Moderate risk likelihood
Manifest version: 2
Permissions:
  • webNavigation
  • tabs
  • storage
  • <all_urls>
Size: 31.63K
Stats date:

Other platforms

Not available on Chrome
Not available on Edge
Want to check extension ranking and stats more quickly for other Firefox add-ons? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Firefox Browser Add-ons.
Chrome-Stats extension
Summary

Select and run the registered JavaScript (userscript) from the menu. Using browser.tabs.executeScript API. Works on Android as well as on PC. I developed this extension for Firefox for Mobile where the bookmarklets is not available.

Usage screenshot

  • Show menu in page: Show menu in page for quick access to the menu on Android.
  • Print debug info: Output debug information at the bottom of the Options tab.
  • Add line numbers: Add line numbers to script resource.
  • Script Resource: Script to register in the menu.
    1. Script Resource must not begin with a non-directive line, such as a blank line. Always start with a specific directive line.
    2. Each script begins with the //name directive. The //name directive specifies the script name to be displayed on the menu.  //name Go page top
    3. The //matches directive specifies a comma-separated list of URL patterns for the pages where you want to display the script name. (Optional) //matches https://www.google.com/*, https://github.com/*
    4. The //exclude directive specifies a comma-separated list of URL patterns for the pages where you don't want to display the script name. (Optional) The //exclude directive has a higher priority than the //matches directive. //exclude https://yobukodori.github.io/*, https://github.com/yobukodori/*
    5. The //option directive specifies a comma-separated list of tokens (Optional). The following tokens are available. //option page, all, blank
      • nonce: Sets true to wrapCodeInScriptTag and nonce.
      • page: Sets true to wrapCodeInScriptTag.
      • all: Sets true to allFrames.
      • blank: Sets true to matchAboutBlank.
      • See the following //options directive for options.
    6. The //options directive sets details. (Optional)
See more
Safety
Risk impact

Script Menu is risky to use as it requires a number of sensitive permissions that can potentially harm your browser and steal your data. Exercise caution when installing this add-on. Review carefully before installing. We recommend that you only install Script Menu if you trust the publisher.

Risk likelihood

Script Menu is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this add-on.

Upgrade to see risk analysis details