Skip to content

Instantly share code, notes, and snippets.

@khebbie
Created March 12, 2012 18:53
Show Gist options
  • Save khebbie/2023945 to your computer and use it in GitHub Desktop.
Save khebbie/2023945 to your computer and use it in GitHub Desktop.
Small tampermonkey script to handle the width of forældreintra
var jq = document.createElement('script');
jq.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js';
document.getElementsByTagName('head')[0].appendChild(jq);
$('frameset').first().attr('cols', '*, 1, 1500,1,*')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment