javascript のレビュー
javascript 作成者: chee
Firefox ユーザー 15147126 によるレビュー
5 段階中 4 の評価
Firefox ユーザー 15147126 によるレビュー (6年前)Really nice tool, I have a lot of fun with it. Its a pitty, that its not possible to insert the javascript in the header. For example I want to set the focus on the input-field on imdb.com but when I start the page I have to wait some seconds until the whole content of the page is loaded. If possible it would be nice to have the option to load the javascript at the beginning.
合計レビュー数: 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年前)