Advertisement
Degritone

Wide RR Stories

Jan 15th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name     Normal Width Stories
  3. // @namespace        royalroad.com
  4. // @include          *://*.royalroad.com/fiction/*
  5. // @author           Degritone
  6. // @description      Makes RR stories have normal width
  7. // @version          1.0.0
  8. // ==/UserScript==
  9.  
  10. document.getElementsByClassName("chapter-inner chapter-content")[0].style = "max-width: 100%;";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement