Skip to content

Instantly share code, notes, and snippets.

@chrislee973
chrislee973 / twitter_bookmarks.js
Last active March 14, 2026 13:37
Liberate your twitter bookmarks
// script modified and adapted from https://gist.github.com/8bitgentleman/de939b391d5d27ee310a0912b2ccba85
(() => {
if (
!location.href.startsWith("https://twitter.com/i/bookmarks") &&
!location.href.startsWith("https://x.com/i/bookmarks")
) {
console.log(location.href);
alert(
"This bookmarklet should only be used on your twitter bookmarks page."
);