Add Instagram category with Instagram Background Play - #153
Merged
adamlui merged 1 commit intoAug 11, 2026
Conversation
|
@Zingzy, ⭐3 XP earned, 🏆First Pull Request Pushed completed, 💪Level 1 achieved! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new Instagram category (none existed) with one script, placed alphabetically between Google and Just Eat (UK) in both the contents list and the body.
Instagram Background Play keeps Instagram videos and reels playing when you switch tabs or windows, and keeps picture-in-picture live instead of frozen. Instagram deliberately pauses playback when the tab goes hidden; the script spoofs the Page Visibility API, intercepts the focus-loss events, and drops Instagram's programmatic pause calls while the tab is backgrounded.
Also adds the Instagram site icon under assets/images/icons/sites/instagram/icon32.png, referenced the same way as the other category icons.
Checked against the contribution guidelines: individual PR, alphabetical order, short unbiased description ending with a period, no trailing whitespace.