Skip to content

Commit

Permalink
chore: apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 25, 2023
1 parent 4a7656e commit e2944da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
GM_addStyle(makePlaceholderStyle(false));
GM_addStyle(COLOR_CSS);

const iconEl = document.querySelector('link[rel="shortcut icon"]');
iconEl.href = `data:image/svg+xml,${TWITTER_LOGO_FOR_SHORTCUT_ICON}`;
const iconElement = document.querySelector('link[rel="shortcut icon"]');
iconElement.href = `data:image/svg+xml,${TWITTER_LOGO_FOR_SHORTCUT_ICON}`;

waitForElement("#placeholder").then((placeholder) => {
placeholder.children[0].innerHTML = TWITTER_LOGO;
Expand Down

0 comments on commit e2944da

Please sign in to comment.