Make Medium Readable Again https://makemediumreadable.com
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

61 líneas
1.1 KiB

  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. #save {
  15. margin-right: auto;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <h2>Personal Preferences</h2>
  21. <label>
  22. <input type="checkbox" id="dickbar"> Hide sharing dickbar
  23. </label>
  24. <label>
  25. <input type="checkbox" id="images"> Disable lazy image loading
  26. </label>
  27. <label>
  28. <input type="checkbox" id="highlight"> Disable Highlight Menu
  29. </label>
  30. <hr />
  31. <h2>Default Features</h2>
  32. <label>
  33. <input type="checkbox" checked="checked" disabled="disabled"> Un-stick top navigation bar
  34. </label>
  35. <label>
  36. <input type="checkbox" checked="checked" disabled="disabled"> Hide bottom <em>Get Updates</em> bar
  37. </label>
  38. <label>
  39. <input type="checkbox" checked="checked" disabled="disabled"> Make massive header images less ridiculous
  40. </label>
  41. <hr />
  42. <p id="status"></p>
  43. <button id="save">Save</button>
  44. <script src="options.js"></script>
  45. </body>
  46. </html>