Відгуки для javascript
javascript автор chee
Відгук від 991730
Оцінка 4 з 5
від 991730, 4 роки тому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).
Відповідь розробника
оприлюднено 4 роки тому:) 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 відгуків
- Оцінка 4 з 5від Користувач Firefox 16703548, 3 місяці тому
- Оцінка 5 з 5від sexy_pikachu, 6 місяців томуVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Оцінка 1 з 5від Владимир, 10 місяців тому
- Оцінка 5 з 5від Користувач Firefox 17765782, рік тому
- Оцінка 5 з 5від Entite, 2 роки тому
- Оцінка 5 з 5від Lucy the Pirate, 2 роки тому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!
- Оцінка 3 з 5від RickinMaine, 2 роки тому
- Оцінка 1 з 5від Користувач Firefox 18047774, 2 роки тому
- Оцінка 1 з 5від hdircksen, 2 роки тому
- Оцінка 5 з 5від Adem, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 17716521, 2 роки томуVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Оцінка 5 з 5від Користувач Firefox 14536207, 3 роки тому
- Оцінка 5 з 5від Mass59, 3 роки тому
- Оцінка 5 з 5від Вартигонт, 3 роки тому
- Оцінка 2 з 5від paolo, 3 роки тому