Skip to content

Redirect Instagram to whatever anonymous instagram viewer/frontend you want.(Requires browser userscript manager like ViolentMonkey or TamperMonkey)

Notifications You must be signed in to change notification settings

SkyCloudDev/Instagram-Redirect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Instagram-Redirect.

Requirements:
Userscript manager(Violent Monkey, Tamper Monkey etc)

How to Install?

-Click here to open the script.
-Copy the whole script.
-Click the "+" button in top left corner.

Violent Monkey Screen

-Click on "New".

Add Script Button

-Paste the Script that you copied.
-Save.

Want to change the anonymous viewer/frontend ?

You can change the viewer/frontend that this script redirects to by changing "url" and "key" variables.

  let url = "url";
  let key = "key"; 




Example:

If you want to set the redirects to bibliogram.art.

When opening a profile in bibliogram , the URL pattern is bibliogram.art/u/profilename.
-Set the "url" to "bibliogram.art"
-Set "key" to "/u"

  let url = "bibliogram.art";
  let key = "/u";

-Done

About

Redirect Instagram to whatever anonymous instagram viewer/frontend you want.(Requires browser userscript manager like ViolentMonkey or TamperMonkey)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%