Script for Me のバージョン履歴 - 全 18 バージョン
Script for Me 作成者: yobukodori
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 0.2.9
リリース日 : 2024年2月28日 - 39.5 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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.
- Can't access the variables/functions/objects, etc. defined by the page script.
- Added the ability to define frequently used code as modules.
- Added the ability to load external scripts as modules.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
- [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.
バージョン 0.2.1
リリース日 : 2020年12月3日 - 31.23 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作Improved UI.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.2
リリース日 : 2020年10月9日 - 27.77 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作Improved UI and log output.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.1
リリース日 : 2020年10月8日 - 27.34 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは Mozilla Public License 2.0 に従いリリースされています