Disable spellcheck in Chromium's URL popup
@ -38,7 +38,7 @@ body {
}
</style>
</head>
<body contentEditable="plaintext-only">
<body contentEditable="plaintext-only" spellcheck="false">
<script src="pageActionPopup.js"></script>
</body>
</html>