javascript のレビュー
javascript 作成者: chee
JustWantToLeaveAnAddonReview によるレビュー
5 段階中 4 の評価
JustWantToLeaveAnAddonReview によるレビュー (3年前)Super useful and simple. Would be nice to have a central place to manage all the scripts that are added. Some of mine set window.location, making them hard to re-edit without temporarily disabling the addon.
開発者の返信
投稿日時: 3年前i have added a really basic thing for this where you can get all the scripts as a json block from the options page (accessible by clicking the "JS" in the bottom right of the popup) and if you paste it back in, you can save over your scripts.
合計レビュー数: 56
- 5 段階中 4 の評価Firefox ユーザー 16703548 によるレビュー (2ヶ月前)
- 5 段階中 5 の評価sexy_pikachu によるレビュー (6ヶ月前)Very convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - 5 段階中 5 の評価Firefox ユーザー 17765782 によるレビュー (1年前)
- 5 段階中 5 の評価Lucy the Pirate によるレビュー (1年前)Thank you for makin' this plugin! I was able to use it to write a script to block players on a comment board for a website that didn't have a block function built in!
- 5 段階中 3 の評価RickinMaine によるレビュー (2年前)
- 5 段階中 1 の評価Firefox ユーザー 18047774 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 17716521 によるレビュー (2年前)Very good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- 5 段階中 5 の評価Firefox ユーザー 14536207 によるレビュー (2年前)