Automatically Remove Video Tags from Websites Except Those Specified
To automatically remove video tags from websites except those specified using uBlock Origin in Firefox, you can create a custom filter list. However, the syntax you provided seems incorrect. Here's a corrected version:
*##[^ ]*
This filter list will block video tags from YouTube, Vimeo, Twitch, DailyMotion, Facebook, Twitter, TikTok, and Instagram, except for specific instances where the URL contains certain patterns (e.g., `igshid=` for Instagram).
Creating a Custom Filter List in uBlock Origin:
- Click on the uBlock Origin icon in your browser toolbar.
- Click on the gear icon (Settings).
- Go to the "My filters" tab.
- Paste the filter list into the text area.
- Click "Save" to save the list.
Please note that this filter list is not exhaustive and may need adjustments based on your specific needs. Also, the syntax for other browsers may vary. If the rule is not working, it's possible that the syntax is incorrect or that there are other factors at play. I recommend checking the uBlock Origin documentation for more information on creating custom filter lists.