Arne Hartherz
Arne Hartherz
When using the `styles` configuration option, I have to be very careful to not break Rome internals. Apparently, configured class names are also used for internal logic to find elements...
### Bug description When reloading the current (non-root) layer, and when when the response contains another element with the same class as the `` element before `` in the DOM,...
### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...
### Bug description `up.animate` with option `{ duration: 0 }` does not animate instantly, but instead uses the configured default from `up.motion.config.duration`. ### Reproduction project ### Steps to reproduce the...
Facebook occasionally uses `/pg/` for URLs of vanity pages, like https://www.facebook.com/pg/Xataka/posts/ This adds support for such URLs.
[Apparently](https://support.google.com/youtube/answer/6180214), YouTube channel URLs are (nowadays?) always formatted like `https://youtube.com/channel/...` which previously caused a `channel` username to be returned for such URLs. This fixes the parser accordingly.