소스 검색

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

simov 9 년 전
부모
커밋
f06bf82731
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) => {