Enlarge Instagram Following Dialog

Resizes / Enlarge Ig following dialog

  1. // ==UserScript==
  2. // @name Enlarge Instagram Following Dialog
  3. // @namespace pootz10
  4. // @description Resizes / Enlarge Ig following dialog
  5. // @include https://instagram.com/*/
  6. // @include https://instagram.com/*/following/
  7. // @include https://www.instagram.com/*/
  8. // @include https://www.instagram.com/*/following/
  9. // @exclude https://www.instagram.com/p/*/
  10. // @exclude https://instagram.com/p/*/
  11. // @version 1.3
  12. // @history 1.3 - new fix
  13. // @history 1.2 - fix [obsolete]
  14. // @history 1.1 - enlarge text window [obsolete]
  15. // @license MIT
  16. // @require https://code.jquery.com/jquery-2.2.3.min.js
  17. // @grant GM_addStyle
  18. // ==/UserScript==
  19.  
  20. GM_addStyle(`
  21. div.j4yusqav, .h6an9nv3, .od1n8kyl, .pi61vmqs, .e793r6ar, .h98he7qt, .kzt5xp73, .flebnqrf, .qg4pu3sx {
  22. min-height: 9500px !important;
  23. }
  24. div._aano {
  25. min-height: 9500px !important;
  26. }
  27. `);