RedAlan. Los Blogs

Monday, January 11, 2021

Bookmarklet Instagram Photo

What is a Bookmarklet? A "Bookmark" for your browser, which instead of a url address contains a javascript code to use in the page you are visiting. This way you can get certain utilities without having to install addons and they work in most browsers. To ADD IT you only have to drag the link containing the Bookmarklet to your favourites bar.
Instagram Photo is a Bookmarklet that will allow you to view the photo in a new tab of an Instagram post. Go to the post and click on your bookmarklet (drag the link to your favourites).
Source Code:

javascript:
window.open(document.getElementsByClassName("FFVAD")[0].src);

No comments:

Post a Comment