⭐ Latest release
Release
Version 7.13 ships with a major overhaul to Shadow DOM video detection, making the hover-reveal PiP button work on Reddit, Twitch embeds, and other players that nest video elements inside closed shadow trees. YouTube auto-PiP is also improved with a cleaner IntersectionObserver setup and better SPA navigation handling.
burnSYMBOL
April 24, 2026
5 min read
Read full post →
Dev Log
A walkthrough of the recursive findAllVideos() function and why patching Element.prototype.attachShadow was the right call for catching late-mounted players.
April 20, 2026
8 min read
Release
The biggest Dark Reader Button release yet. v2.9 adds a persistent per-site preference system, a stronger Dark+ mode for stubborn light-background sites, and custom color overrides for text and links.
April 10, 2026
4 min read
Tutorial
A practical guide on taking a Tampermonkey script and packaging it as a Chrome/Firefox/Safari/Edge/Opera extension — including the manifest differences, permissions model, and Safari's Xcode wrapping step.
March 28, 2026
12 min read
News
After years of releasing tools through forums, userscript repositories, and GitHub, the extensions now have a real home — with product pages, changelogs, legal docs, support, and a blog.
March 15, 2026
2 min read
Dev Log
Safari's Web Extension Converter does most of the heavy lifting, but there are a handful of API differences around Picture-in-Picture, content script timing, and storage APIs that need manual patching.
February 22, 2026
7 min read
Update
A reference breakdown of requestPictureInPicture() vs webkitSetPresentationMode(), what each browser supports, and how PiP Button falls back gracefully across the full matrix.
January 30, 2026
6 min read