javascript 的評論
javascript 作者: chee
BR 所留下的評論
This add-on is amazing. I like to write small scripts to change websites I visit and was manually executing them when needed via the FF console. This tool automates all of it for me and allows quick development of new scripts. I would love to see an ability to export/import website scripts so that I could selectively import scripts onto all the machines I use. Thanks for sharing.
開發者回應
張貼於 1 年前oh! i actually added this feature, i forgot to tell you! if you go to "Manage Extension" for the extension and then "Preferences" you can copy and paste your scripts as json!
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
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 年前