Advertisement
pmorch

Greasemonkey script for SNMP::Info documentation

Jul 4th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name           SNMP::Info get overflow back
  3. // @namespace      pmorch
  4. // @description    For some reason, the css sets overflow:hidden on <body>
  5. // @include        http://snmp-info.sourceforge.net/SNMP/Info.html*
  6. // ==/UserScript==
  7. document.getElementsByTagName('body')[0].style.overflow='inherit'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement