-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebasing changes into feature branch (#34)
* feat: Use Do Not Track for Vimeo service (#31) https://vimeo.zendesk.com/hc/en-us/articles/360001494447-Player-parameters-overview * Some minor cleanups (#32) * fix: Do not leak comment tags to HTML * feat: Clean up z-index hacks There were a lot of unnessecary z-index rules, cleaning up the DOM should avoid them * feat: avoid using z-index at all Since z-index can collide with other elements outside of the embed * feat: init styles clean up There should be an init style before consent styles are loaded * feat: Use data attribute instead of class in HTML Putting services as class names might run into conflict with other styles on a wiki For example, the wiki might have another element with the class name youtube This should help mitigate it * feat: add Spotify oembed integration * docs: Add notes on Bilibili and Niconico API * refactor: Update oembed calls Add an optional config dict for accessing info endpoint data Soundcloud Oembed seems fine, tested with https://soundcloud.com/oembed?format=json&url=https://soundcloud.com/turbokevin/turbokevin-chase-the-sun Co-authored-by: Hannes <[email protected]> Co-authored-by: Hannes <[email protected]>
- Loading branch information
1 parent
463dfbe
commit e62ab84
Showing
7 changed files
with
97 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters