Skip to content

BluePigman/Bookmarklets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Bookmarklets

Useful bookmarklets. Save the code as a bookmark, and then click it to run. An easy way to make a bookmarklet is to bookmark any webpage and then edit the bookmark's URL with the code.

X → Nitter

View replies to a post on X without an account.

javascript:location=location.href.replace(/^https:\/\/x\.com\//,'https://nitter.net/');

Reddit -> old.reddit.com

View NSFW posts without an account.

javascript:location=location.href.replace('www.reddit.com','old.reddit.com');

Wayback Machine

Searches current URL into the Wayback Machine.

javascript:location="https://web.archive.org/web/*/"+location.href;

Instagram -> Imginn

Alternate instagram viewer

javascript:location=location.href.match(/(?:\/p\/|\/reel\/)([^/?]+)/)?`https://imginn.com/p/${location.href.match(/(?:\/p\/|\/reel\/)([^/?]+)/)[1]}/`:location.href.replace("instagram.com","imginn.com");

About

Useful bookmarklets

Topics

Resources

Stars

Watchers

Forks

Languages