update extension: work on all *.dhr.wtf sites

This commit is contained in:
Dhravya 2024-03-31 14:08:30 -07:00
parent 5f07e58286
commit 86e6a1afbb

View file

@ -8,7 +8,7 @@ window.addEventListener('message', (event) => {
if (
!(
window.location.hostname === 'localhost' ||
window.location.hostname === 'anycontext.dhr.wtf'
window.location.hostname.endsWith('dhr.wtf')
)
) {
console.log(