javascript 的評論
javascript 作者: chee
59 筆評論
- Very good. But I'd like to know if it's possible to create a script that runs on all pages. I'd like to implement a dark mode that activates when a button is pressed.
Also, I'd like to know if it's possible to specify the DOM tag when adding the script. I was using a polyfill, but since it runs last, I had to reload the other scripts for them to run without errors. - 評價 4 分,滿分 5 分來自 Firefox 使用者 16703548,1 年前
- 評價 5 分,滿分 5 分來自 sexy_pikachu,1 年前Very convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - 評價 5 分,滿分 5 分來自 Firefox 使用者 17765782,2 年前
- 評價 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 年前