Created
January 22, 2016 20:13
-
-
Save alastorid/f18800b35e0b22547a0f to your computer and use it in GitHub Desktop.
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
// ==UserScript== | |
// @name arm_infocenter_ultrawide | |
// @namespace aiu | |
// @description make ARM infocenter view for ultrawide monitor better. | |
// @include http://infocenter.arm.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
$(body).css('max-width','9999px'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment