Recensions par javascript
javascript di chee
Recension di 991730
Valutade 4 su 5
di 991730, 4 vite më parëIt's a nice addon. If only it worked on every page... I wrote a small utility script for Youtube. The script runs when it's a freshly opened Youtube tab, but not if a new video was loaded via autoplay. I'd really like to know why. (note that I also have this issue with other JS scripting addons).
Rispueste dal svilupadôr
publicât ai 4 vite më parë:) 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 recensions
- Valutade 4 su 5di Utent Firefox 16703548, 3 muaj më parë
- Valutade 5 su 5di sexy_pikachu, 7 muaj më parëVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Valutade 1 su 5di Владимир, 10 muaj më parë
- Valutade 5 su 5di Andy, një vit më parë
- Valutade 5 su 5di Utent Firefox 17765782, një vit më parë
- Valutade 5 su 5di ÐarkbloøM, një vit më parëEasy 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.
- Valutade 5 su 5di GRACE, një vit më parë
- Valutade 5 su 5di Entite, 2 vite më parë
- Valutade 5 su 5di Lucy the Pirate, 2 vite më parëThank 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!
- Valutade 3 su 5di RickinMaine, 2 vite më parë
- Valutade 5 su 5di Zein Adi, 2 vite më parëthis is really powerful tools for someone who can code js.
- Valutade 1 su 5di Utent Firefox 18047774, 2 vite më parë
- Valutade 1 su 5di hdircksen, 2 vite më parë
- Valutade 5 su 5di Adem, 2 vite më parë
- Valutade 5 su 5di Utent Firefox 17716521, 2 vite më parëVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Valutade 5 su 5di Utent Firefox 14536207, 3 vite më parë
- Valutade 5 su 5di Mass59, 3 vite më parë
- Valutade 5 su 5di Вартигонт, 3 vite më parë
- Valutade 2 su 5di paolo, 3 vite më parë