This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Usage: | |
| 1. Open destination Instagram page | |
| 2. Paste this script into browser console | |
| 3. Press Alt + Left_Mouse_Button on image | |
| 4. Click on suitable link in browser console | |
| */ | |
| document.addEventListener('click', (event) => { | |
| if (event.altKey) { |