Firefox ブラウザーアドオン
ログイン
アドオンアイコン

Script for Me のバージョン履歴 - 全 18 バージョン

Script for Me 作成者: yobukodori

まだ評価されていません
5 段階中 0 の評価
5
0
4
0
3
0
2
0
1
0
Script for Me のバージョン履歴 - 全 18 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 0.2.9

    リリース日 : 2024年2月28日 - 39.5 KB
    firefox バージョン 48.0 以降, android バージョン 120.0 以降 で動作
    - Fixed a bug that "Go to line" did not work.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロード
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 0.2.8

    リリース日 : 2024年2月28日 - 39.5 KB
    firefox バージョン 48.0 以降, android バージョン 120.0 以降 で動作
    - Settings can now be exported to and imported from a file.
    - Code ranges for each script can now be selected.
    - Added option to select a color theme for the settings page.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.7

    リリース日 : 2023年4月15日 - 37.74 KB
    firefox バージョン 48.0 以降, android バージョン 120.0 以降 で動作
    - Fixed a bug that failed to get the nonce value under certain conditions.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.6

    リリース日 : 2023年4月15日 - 37.74 KB
    firefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作
    - Added nonce option to bypass script execution restrictions by nonce-source value of script-src directive in Content-Security-Policy header.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.5

    リリース日 : 2023年4月2日 - 37.34 KB
    firefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作
    - - Added the //option directive, which is a shortcut for setting these options wrapCodeInScriptTag, allFrames, matchAboutBlank and runAt.
    - - Added the //exclude directive, which is a shortcut for setting the option excludeMatches.
    - - Added the //css directive, which is a shortcut for setting the option css.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.4

    リリース日 : 2023年3月31日 - 36.41 KB
    firefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作
    - The settings page now opens in a separate tab. Now you can use the browser's search function within script resource.
    - Added the ability to add line numbers to script resource.
    - Added the ability to move the cursor to the start of each script in the script resource.
    - Added the ability to move the cursor to the specified line of the script resource.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.3

    リリース日 : 2023年3月27日 - 36 KB
    firefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作
    - Added the ability to temporarily turn individual scripts on and off from a pop-up menu.
    - Added //#include preprocess-directive to load arbitrary parts containing directives from the web.
    - Allowed writing of //options directive without error when executed as javascript.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.2

    リリース日 : 2020年12月31日 - 32.05 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    • [IMPORTANT] Changed the specification when URL is described in the code section. The add-on itself reads the script from the URL and executes the loaded code. Previously, the URL was converted to code that injects a script tag that specifies the url in the src property and executed.
      [advantage]
      • Can execute external script file specified in the //js section without CSP restrictions.
      • Can read cross-origin resources with xhr/fetch without CORS restrictions.
      [disadvantage]
      • Can't access the variables/functions/objects, etc. defined by the page script.
      If you want to access the variables/functions/objects, etc. defined by the page script, specify wrapCodeInScriptTag in the //options section. In this case, however, the above restrictions of CSP and CORS will apply.
    • Added the ability to define frequently used code as modules.
    • Added the ability to load external scripts as modules.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.1

    リリース日 : 2020年12月3日 - 31.23 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    • Enabled to inject a script by simply writing the URL.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.2.0

    リリース日 : 2020年11月20日 - 31.12 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    • Fixed a bug that the actual settings might not be reflected in the settings page when the page is opened immediately after starting the browser on Android.
    • Added //disable directive.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.8

    リリース日 : 2020年10月23日 - 31.1 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Fixed an issue where the actual settings are rarely not reflected in the options page.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.7

    リリース日 : 2020年10月23日 - 31.11 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Trying to fix an issue where the actual settings are rarely not reflected in the options page on Android.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.6

    リリース日 : 2020年10月22日 - 30.74 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Trying to fix the issue that the options page cannot be opened from the pop-up menu on Android. (2nd)

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.5

    リリース日 : 2020年10月22日 - 30.58 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Trying to fix the issue that the options page cannot be opened from the pop-up menu on Android.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.4

    リリース日 : 2020年10月22日 - 30.5 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    1. Added wrapCodeInScriptTag option.
    2. Added a pop-up menu when the icon is clicked.
    3. The log can now be cleared.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.3

    リリース日 : 2020年10月10日 - 27.78 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Improved UI.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.2

    リリース日 : 2020年10月9日 - 27.77 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Improved UI and log output.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.1.1

    リリース日 : 2020年10月8日 - 27.34 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。