Recensiones de javascript
javascript per chee
Recension de Zein Adi
Classificate 5 de 5
per Zein Adi, il y a 2 ansthis is really powerful tools for someone who can code js.
60 recensiones
- Classificate 1 de 5per Hax, il y a 4 jours
- Classificate 5 de 5per dabl03, il y a un moisVery 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. - Classificate 5 de 5per R.J., il y a 7 moisI 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.
- Classificate 5 de 5per BeLO, il y a 9 moisYep, this module is to JavaScript what Stylus is for CSS :-)
- Classificate 4 de 5per Usator de Firefox 16703548, il y a un an
- Classificate 5 de 5per sexy_pikachu, il y a un anVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Classificate 1 de 5per Владимир, il y a 2 ans
- Classificate 5 de 5per Andy, il y a 2 ans
- Classificate 5 de 5per Usator de Firefox 17765782, il y a 2 ans
- Classificate 5 de 5per ÐarkbloøM, il y a 2 ansEasy 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.
- Classificate 5 de 5per GRACE, il y a 2 ans
- Classificate 5 de 5per Entite, il y a 2 ans
- Classificate 5 de 5per Lucy the Pirate, il y a 2 ansThank 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!
- Classificate 3 de 5per RickinMaine, il y a 2 ans
- Classificate 1 de 5per Usator de Firefox 18047774, il y a 2 ans
- Classificate 1 de 5per hdircksen, il y a 3 ans
- Classificate 5 de 5per Adem, il y a 3 ans
- Classificate 5 de 5per Usator de Firefox 17716521, il y a 3 ansVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Classificate 5 de 5per Usator de Firefox 14536207, il y a 3 ans