Browse Source

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

simov 9 years ago
parent
commit
f06bf82731
1 changed files with 1 additions and 0 deletions
  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) => {