Explorar o código

Fix - skip making request when utf-8 encoding is present

simov %!s(int64=9) %!d(string=hai) anos
pai
achega
f06bf82731
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      content/content.js

+ 1 - 0
content/content.js

@@ -36,6 +36,7 @@ window.addEventListener('DOMContentLoaded', () => {
       ;((done) => {
         if (document.charset === 'UTF-8') {
           done()
+          return
         }
         m.request({url: window.location.href,
           deserialize: (body) => {