1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
mask-detector/contentscript.js

5 lines
184 B
JavaScript
Raw Permalink Normal View History

2017-09-20 15:33:18 +02:00
chrome.runtime.sendMessage({
typo3: document.head.innerHTML.indexOf("This website is powered by TYPO3") !== -1,
url: window.location.protocol + "//" + window.location.host
});