Отзывы на 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, 7 месяцев назад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 года назад
- Оценено на 5 из 5от Zein Adi, 2 года назадthis is really powerful tools for someone who can code js.
- Оценено на 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 года назад