Browse Source

Disable spellcheck in Chromium's URL popup

These red waves below a URL are quite useless and only distracting.
Rob Wu 11 years ago
parent
commit
4a399a0173
  1. 2
      extensions/chromium/pageActionPopup.html

2
extensions/chromium/pageActionPopup.html

@ -38,7 +38,7 @@ body { @@ -38,7 +38,7 @@ body {
}
</style>
</head>
<body contentEditable="plaintext-only">
<body contentEditable="plaintext-only" spellcheck="false">
<script src="pageActionPopup.js"></script>
</body>
</html>

Loading…
Cancel
Save