javascript 的评价
javascript 作者: chee
36 条评价
- 评分 5 / 5来自 sexy_pikachu,5 个月前Very convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - 评分 5 / 5来自 Andy,10 个月前
- 评分 5 / 5来自 Firefox 用户 17765782,1 年前
- 评分 5 / 5来自 ÐarkbloøM,1 年前Easy to use, works well, 10/10. Though it'd be nice if it didn't save a new script when the editor pop-up is opened but no code is actually written.
- 评分 5 / 5来自 GRACE,1 年前
- 评分 5 / 5来自 Entite,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 / 5来自 Adem,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 年前
- 评分 5 / 5来自 Mass59,3 年前
- 评分 5 / 5来自 Вартигонт,3 年前
- 评分 5 / 5来自 ICARO,3 年前
- 评分 5 / 5来自 Firefox 用户 17095621,3 年前
- 评分 5 / 5来自 Juan Moya,3 年前
- 评分 5 / 5来自 Firefox 用户 16955493,3 年前
- 评分 5 / 5来自 Finxol,4 年前
- 评分 5 / 5来自 Quentin,4 年前Not used it much, so far helpful for pressing sign in buttons automatically. I will probability find it even more useful in the future.