Script for Me

Script for Me

A tiny userscript manager. Injects JavaScript code (and CSS code) into a page. A simple wrapper for the browser.contentScripts API. Works on Android as well as on PC. ウェブページにスクリプト(CSSも可)を注入する拡張機能。browser.contentScripts APIの単純なラッパー。Androidでも機能します。

  • Script for Me
  • Script for Me
What is Script for Me?
Script for Me is a Firefox add-on that allows you to inject JavaScript and CSS code into web pages. It serves as a simple wrapper for the browser.contentScripts API and works on both Android and PC platforms.
Stats
Users: 37 ▲ 1
Version: 0.2.9 (Last updated: 2024-02-28)
Creation date: 2020-10-08
Weekly download count: 1
Firefox on Android: Yes
Risk impact: High risk impact
Risk likelihood: Moderate risk likelihood
Manifest version: 2
Permissions:
  • tabs
  • storage
  • <all_urls>
Size: 40.45K
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

A tiny userscript manager. Injects JavaScript code (and CSS code) into a page. A simple wrapper for the browser.contentScripts API. Works on Android as well as on PC.

Usage See the screenshot.

  • Enable at startup: Enable this feature when the browser is started.
  • Print debug info: Output debug information at the bottom of the Options tab.
  • Add line numbers: Add line numbers to script resource.
  • Theme: Select a color theme for the settings page. As soon as you select a theme, it will be reflected in the settings page, but only temporarily. Apply or Save as needed.
  • Script Resource: Scripts to inject.
    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 //matches directive. The //matches directive specifies a comma-separated list of URL patterns for the pages where you want to inject the script. If the //matches directive are omitted, then *://*/* is used as the default value. //matches https://www.google.com/*, https://github.com/* //js (function(){/* code for google.com and github.com */})(); //js (function(){/* code for any webpage */})();
    3. The //exclude directive specifies a comma-separated list of URL patterns to exclude from code injection. //matches *://*/* //exclude *://github.com/yobukodori*,*://yobukodori.github.io/*
See more
Safety
Risk impact

Script for Me 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 for Me if you trust the publisher.

Risk likelihood

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

Upgrade to see risk analysis details