Skip to content

Commit

Permalink
YT Swap renderer hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rielit committed Jun 11, 2023
1 parent 9ed2ce8 commit 1865bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube/swap.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function sleep(ms) {
while(true) {
await sleep(111).then(() => {
if(lastHref != window.location.href || !document.getElementById('ytsw-home')) {
lastHref = window.location.href;
topLeftLogo.innerText = '';
// waitForElement('#voice-search-button').then((elem) => elem.remove());
// Determine what components to render
Expand Down

0 comments on commit 1865bf1

Please sign in to comment.