Make Medium Readable Again https://makemediumreadable.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

54 line
973 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Make Medium Readable Again Settings</title>
  5. <style>
  6. body: { padding: 10px; }
  7. label {
  8. display: block;
  9. margin: 1em 0;
  10. }
  11. #status {
  12. font-size: 1.1em;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <h2>Personal Preferences</h2>
  18. <label>
  19. <input type="checkbox" id="dickbar"> Hide sharing dickbar
  20. </label>
  21. <label>
  22. <input type="checkbox" id="images"> Disable lazy image loading
  23. </label>
  24. <hr />
  25. <h2>Default Features</h2>
  26. <label>
  27. <input type="checkbox" checked="checked" disabled="disabled"> Un-stick top navigation bar
  28. </label>
  29. <label>
  30. <input type="checkbox" checked="checked" disabled="disabled"> Hide bottom <em>Get Updates</em> bar
  31. </label>
  32. <label>
  33. <input type="checkbox" checked="checked" disabled="disabled"> Make massive header images less ridiculous
  34. </label>
  35. <hr />
  36. <p id="status"></p>
  37. <button id="save">Save</button>
  38. <script src="options.js"></script>
  39. </body>
  40. </html>