diff --git a/index.js b/index.js index 071323f..2eaca90 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,8 @@ switch(url.searchParams.get('ref')) { case 'yri': document.querySelector('title').textContent = 'you came from https://miyo.lol didn\'t you?'; document.querySelector("link[rel='shortcut icon']").href = "boykisser.png"; - break; + break; case 'mistium': document.querySelector('title').textContent = 'you came from https://extensions.mistium.com didn\'t you?' - break + break; } \ No newline at end of file