Skip to content

Commit

Permalink
fixed doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed May 7, 2011
1 parent e3aa266 commit 667d76d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contentscript.js
Expand Up @@ -21,8 +21,7 @@ if (regex.test(document.body.innerText)) {
// console.log('found: ' + trimString(hits[i])) // console.log('found: ' + trimString(hits[i]))
} }


document.write (document.doctype); document.write (document.doctype + page);
document.write (page);


chrome.extension.sendRequest({}, function(response) {}); chrome.extension.sendRequest({}, function(response) {});


Expand Down

0 comments on commit 667d76d

Please sign in to comment.