The Hacker Factor Blog style fixer

Set the max page width so that this site is readable

  1. // ==UserScript==
  2. // @name The Hacker Factor Blog style fixer
  3. // @description Set the max page width so that this site is readable
  4. // @namespace skeeto
  5. // @lastupdated 2017-07-24
  6. // @version 1.0
  7. // @license Public Domain
  8. // @include /^https?://www\.hackerfactor\.com//
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. document.body.style.maxWidth = '800px';
  13. document.body.style.marginRight = 'auto';
  14. document.body.style.marginLeft = 'auto';

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址