Bookmarklet
Drag this to your bookmarks bar. On any page, click it. Cite runs from the bookmark. No script tag, no request to cite.brijr.dev, so Content Security Policy cannot block the load.
Cite Drag to bookmarksPreparing the bookmark.
Why the one-liner failed
A bookmark that inserts
<script src="https://cite.brijr.dev/cite.js">
is stopped by sites like x.com. Their CSP allow-list does not include
cite.brijr.dev. This bookmark inlines the whole script, so nothing is
fetched.
Verify
Open a page, click the bookmark, press Cmd+Shift+F. A circle marked => appears in the bottom right.