Análises de javascript
javascript por chee
Resposta de chee
Resposta do desenvolvedor
publicado há 4 anosi 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 análises
- Avaliado em 1 de 5por Hax, há 2 meses
- Avaliado em 5 de 5por dabl03, há 3 mesesVery 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. - Avaliado em 5 de 5por R.J., há 9 mesesI 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.
- Avaliado em 4 de 5por Usuário 16703548 do Firefox, há um ano
- Avaliado em 5 de 5por sexy_pikachu, há um anoVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Avaliado em 5 de 5por Usuário 17765782 do Firefox, há 2 anos
- Avaliado em 5 de 5por Lucy the Pirate, há 2 anosThank 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!
- Avaliado em 3 de 5por RickinMaine, há 2 anos
- Avaliado em 1 de 5por Usuário 18047774 do Firefox, há 3 anos
- Avaliado em 5 de 5por Usuário 17716521 do Firefox, há 3 anosVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Avaliado em 5 de 5por Usuário 14536207 do Firefox, há 3 anos