Wikipedia Better Reader
Cleaner, distraction-free Wikipedia.
research
PlugThis prompt
Build a Chrome extension called "Wikipedia Better Reader" that, on Wikipedia pages, applies a reader-mode style: wider line spacing, larger serif font, collapsed sidebar/infobox toggle, dark/sepia/light themes, a floating table-of-contents synced to scroll position, and inline tooltips for footnotes (no page jump). Per-site preferences saved in chrome.storage. Permissions: storage, activeTab. Host permissions: https://*.wikipedia.org/*. Manifest V3 with content script and content CSS.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.