javascript 的评价
javascript 作者: chee
Spencer Williams 的评价
评分 3 / 5
来自 Spencer Williams, 5 年前You will have to learn how to use this. I gave a 3 due to lack of interactivity. Ultimately this is the missing piece to running a javascript scratch pad on websites.
58 条评价
- 评分 4 / 5来自 Firefox 用户 16703548, 5 个月前
- 评分 5 / 5来自 sexy_pikachu, 9 个月前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, 2 年前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!
- 评分 3 / 5来自 RickinMaine, 2 年前
- 评分 1 / 5来自 Firefox 用户 18047774, 2 年前
- 评分 5 / 5来自 Firefox 用户 17716521, 3 年前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, 3 年前