Arviot lisäosalle javascript
javascript tekijä chee
Käyttäjän chee vastaus
Kehittäjän vastaus
lähetetty neljä vuotta sitteni 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 arviota
- Arvioitu 1/5kirjoittanut Hax, viisi kuukautta sitten
- Arvioitu 5/5kirjoittanut dabl03, kuusi kuukautta sittenVery 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. - Arvioitu 5/5kirjoittanut R.J., vuosi sittenI 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.
- Arvioitu 5/5kirjoittanut BeLO, vuosi sittenYep, this module is to JavaScript what Stylus is for CSS :-)
- Arvioitu 4/5kirjoittanut Firefox-käyttäjä 16703548, vuosi sitten
- Arvioitu 5/5kirjoittanut sexy_pikachu, kaksi vuotta sittenVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Arvioitu 1/5kirjoittanut Владимир, kaksi vuotta sitten
- Arvioitu 5/5kirjoittanut Andy, kaksi vuotta sitten
- Arvioitu 5/5kirjoittanut Firefox-käyttäjä 17765782, kaksi vuotta sitten
- Arvioitu 5/5kirjoittanut ÐarkbloøM, kaksi vuotta sittenEasy 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.
- Arvioitu 5/5kirjoittanut GRACE, kolme vuotta sitten
- Arvioitu 5/5kirjoittanut dulus, kolme vuotta sitteni use it to auto load a bookmarklet for readability.
- Arvioitu 5/5kirjoittanut Entite, kolme vuotta sitten
- Arvioitu 5/5kirjoittanut Lucy the Pirate, kolme vuotta sittenThank 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!
- Arvioitu 3/5kirjoittanut RickinMaine, kolme vuotta sitten
- Arvioitu 5/5kirjoittanut Zein Adi, kolme vuotta sittenthis is really powerful tools for someone who can code js.
- Arvioitu 1/5kirjoittanut Firefox-käyttäjä 18047774, kolme vuotta sitten
- Arvioitu 1/5kirjoittanut hdircksen, kolme vuotta sitten
- Arvioitu 5/5kirjoittanut Adem, kolme vuotta sitten
- Arvioitu 5/5kirjoittanut Firefox-käyttäjä 17716521, neljä vuotta sittenVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Arvioitu 5/5kirjoittanut Firefox-käyttäjä 14536207, neljä vuotta sitten