Advertisement
Guest User

IG No Login View

a guest
Feb 20th, 2020
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Tired of Instagram requiring you to login just to view the entirety of a public account? Here's a tool to help. Save the code below as a bookmark and when the IG login/sign-up pop-up appears, just open (or rather click) the said browser bookmark. On how to add a bookmark, please consult the guide for the browser you use.
  2.  
  3. Code working as of 2020-02-20.
  4.  
  5. Bookmark this (or run on the browser console for testing):
  6.  
  7. javascript:(function(){for(x=0;x<=document.getElementsByClassName("RnEpo Yx5HN").length-1;x++)document.getElementsByClassName("RnEpo Yx5HN")[x].parentNode.removeChild(document.getElementsByClassName("RnEpo Yx5HN")[x]);document.body.style.overflow="auto"})();
  8.  
  9.  
  10. -----------------------------------------------------------------------------------
  11.  
  12. Unminified code below:
  13.  
  14.  
  15. javascript:(function(){
  16. for (x = 0; x <= document.getElementsByClassName("RnEpo Yx5HN").length-1; x++){
  17. document.getElementsByClassName("RnEpo Yx5HN")[x].parentNode.removeChild(document.getElementsByClassName("RnEpo Yx5HN")[x]);
  18. }
  19. document.body.style.overflow = "auto";
  20. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement