A Chrome extension (Manifest V3) that adds quality-of-life features to Skool.com communities:
- Auto-save drafts — never lose a half-written post or comment if the tab closes or crashes
- Bookmarks — save valuable posts for later instead of losing them in the feed
- Dark mode — a proper dark theme for Skool communities
- Clone this repo
- Go to
chrome://extensions, enable Developer mode - Click Load unpacked and select the
skool-enhancer/folder - Visit any
*.skool.compage — the extension activates automatically
content/— content script injected into Skool pages (drafts, bookmarks, dark mode UI)background/— service worker handling storage and extension lifecyclepopup/— the toolbar popup UIutils/storage.js— sharedchrome.storagehelpers
storage, activeTab, scripting, contextMenus, alarms — scoped to https://*.skool.com/* only.
MIT