Recensioner för javascript
javascript av chee
Svar från chee
Utvecklarens svar
postad för 4 år sedan:) thanks for the review.
it doesn't work on autoplay videos because it's just a script tag injected into the page. an autoplaying video doesn't load a new page, youtube's javascript does a request and replaces the video element in the dom (and a lot of other elements ^_^).
i don't know how much JS you know, but you might be able to implement something as a callback to a mutation observer: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
:)
it doesn't work on autoplay videos because it's just a script tag injected into the page. an autoplaying video doesn't load a new page, youtube's javascript does a request and replaces the video element in the dom (and a lot of other elements ^_^).
i don't know how much JS you know, but you might be able to implement something as a callback to a mutation observer: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
:)
57 recensioner
- Betygsatt 5 av 5av BeLO, för 6 dagar sedanYep, this module is to JavaScript what Stylus is for CSS :-)
- Betygsatt 4 av 5av Firefox-användare 16703548, för 3 månader sedan
- Betygsatt 5 av 5av sexy_pikachu, för 6 månader sedanVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Betygsatt 1 av 5av Владимир, för 10 månader sedan
- Betygsatt 5 av 5av Andy, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 17765782, för ett år sedan
- Betygsatt 5 av 5av ÐarkbloøM, för ett år sedanEasy 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.
- Betygsatt 5 av 5av GRACE, för ett år sedan
- Betygsatt 5 av 5av Entite, för 2 år sedan
- Betygsatt 5 av 5av Lucy the Pirate, för 2 år sedanThank 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!
- Betygsatt 3 av 5av RickinMaine, för 2 år sedan
- Betygsatt 5 av 5av Zein Adi, för 2 år sedanthis is really powerful tools for someone who can code js.
- Betygsatt 1 av 5av Firefox-användare 18047774, för 2 år sedan
- Betygsatt 1 av 5av hdircksen, för 2 år sedan
- Betygsatt 5 av 5av Adem, för 2 år sedan
- Betygsatt 5 av 5av Firefox-användare 17716521, för 2 år sedanVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Betygsatt 5 av 5av Firefox-användare 14536207, för 3 år sedan
- Betygsatt 5 av 5av Mass59, för 3 år sedan
- Betygsatt 5 av 5av Вартигонт, för 3 år sedan
- Betygsatt 2 av 5av paolo, för 3 år sedan