Alternative web front-end for Instagram. Demo available https://ig.kaki87.net
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
KaKi87 303525d701 💄 '100vh' -> 'absolute' + '100%' 2 weeks ago
lib Add 'getAssetUrl' method 7 months ago
src 💄 '100vh' -> 'absolute' + '100%' 2 weeks ago
.gitignore 🎉 Initial commit 9 months ago
README.md 📝 Update README 7 months ago
build.js 🐛 Fix 'base' parameter 8 months ago
package.json Add menu w/ 'reload' & 'open in Instagram' features 8 months ago
start.js 🎉 Initial commit 9 months ago
yarn.lock Add menu w/ 'reload' & 'open in Instagram' features 8 months ago

README.md

scraper-instagram-gui

Alternative web front-end for Instagram powered by scraper-instagram in browser through scraper-instagram-api.

Desktop version available at scraper-instagram-gui-desktop.

Automatically redirect from Instagram

The app handles Instagram routes (e.g. /p/{shortcode}, /{username}) so it is possible to directly redirect instagram.com to ig.kaki87.net for example, using the Redirector extension (for Chromium-based browsers and for Firefox-based browsers).

After installing the extension, click on it, then click Edit Redirects.

Setup

Automated setup

Download this JSON file, click Import then select it.

Manual setup

Click Create new redirect then fill in the following specifications :

  • Include pattern : https:\/\/(?:www\.)?instagram\.com\/(.+)
  • Redirect to : https://ig.kaki87.net/$1
  • Pattern type : Regular Expression

Conclusion

In the end, the result should look like the following :