Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Nov 28, 2024
1 parent 8bd2c0b commit d419a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d419a90

Please sign in to comment.