Make Medium Readable Again https://makemediumreadable.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

50 lignes
835 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>Defaults</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. <hr />
  33. <p id="status"></p>
  34. <button id="save">Save</button>
  35. <script src="options.js"></script>
  36. </body>
  37. </html>