Skip to content

Instantly share code, notes, and snippets.

@alastorid
Created January 22, 2016 20:13
Show Gist options
  • Save alastorid/f18800b35e0b22547a0f to your computer and use it in GitHub Desktop.
Save alastorid/f18800b35e0b22547a0f to your computer and use it in GitHub Desktop.
// ==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