Đánh giá cho javascript
javascript bởi chee
Phản hồi bởi chee
Phản hồi của nhà phát triển
đã đăng 4 năm trướci have added a really basic thing for this where you can get all the scripts as a json block from the options page (accessible by clicking the "JS" in the bottom right of the popup) and if you paste it back in, you can save over your scripts.
60 đánh giá
- Xếp hạng 1 trong số 5bởi Hax, 5 ngày trước
- Xếp hạng 5 trong số 5bởi dabl03, một tháng trướcVery 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. - Xếp hạng 5 trong số 5bởi R.J., 7 tháng trướcI had a small extension I wrote for myself modifying a site to my preferences and was annoyed I could only load it as a temporary extension without submitting it to Mozilla. This is exactly what I needed, thank you.
- Xếp hạng 5 trong số 5bởi BeLO, 9 tháng trướcYep, this module is to JavaScript what Stylus is for CSS :-)
- Xếp hạng 4 trong số 5bởi Người dùng Firefox 16703548, một năm trước
- Xếp hạng 5 trong số 5bởi sexy_pikachu, một năm trướcVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Xếp hạng 1 trong số 5bởi Владимир, 2 năm trước
- Xếp hạng 5 trong số 5bởi Andy, 2 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 17765782, 2 năm trước
- Xếp hạng 5 trong số 5bởi ÐarkbloøM, 2 năm trướcEasy 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.
- Xếp hạng 5 trong số 5bởi GRACE, 2 năm trước
- Xếp hạng 5 trong số 5bởi Entite, 2 năm trước
- Xếp hạng 5 trong số 5bởi Lucy the Pirate, 2 năm trướcThank 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!
- Xếp hạng 3 trong số 5bởi RickinMaine, 2 năm trước
- Xếp hạng 5 trong số 5bởi Zein Adi, 2 năm trướcthis is really powerful tools for someone who can code js.
- Xếp hạng 1 trong số 5bởi Người dùng Firefox 18047774, 2 năm trước
- Xếp hạng 1 trong số 5bởi hdircksen, 3 năm trước
- Xếp hạng 5 trong số 5bởi Adem, 3 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 17716521, 3 năm trướcVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14536207, 3 năm trước