Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Created November 15, 2020 17:32
Show Gist options
  • Select an option

  • Save iamaaditya/a1171c58dcaa2c87a863b4a9bb745920 to your computer and use it in GitHub Desktop.

Select an option

Save iamaaditya/a1171c58dcaa2c87a863b4a9bb745920 to your computer and use it in GitHub Desktop.

Revisions

  1. iamaaditya created this gist Nov 15, 2020.
    5 changes: 5 additions & 0 deletions user_script
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    //Adi
    (function() {
    'use strict';
    document.getElementsByTagName("body")[0].setAttribute("style", "margin:auto; max-width: 1500px;");
    })();