Skip to content

Commit

Permalink
redirect on click
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Jul 19, 2022
1 parent 97be589 commit 7cfcc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/home/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ chrome.storage.local.get(['installed'], async data => {
<h2 style="margin:0;margin-bottom:10px;color:#66757f;font-weight:300">Shameless plug</h2>
<span style="font-size:14px">
Thank you for installing OldTwitter!! I hope you'll like it.<br><br>
<a href="https://twitter.com/dimdenEFF" target="_blank">Follow me maybe? 👉👈</a><br><br>
<a href="https://twitter.com/dimdenEFF">Follow me maybe? 👉👈</a><br><br>
<div class="dimden">
<img style="float:left" src="${dimden.profile_image_url_https.replace("_normal", "_bigger")}" width="48" height="48" alt="dimden" class="tweet-avatar">
<a class="dimden-text" href="https://twitter.com/dimdenEFF" target="_blank" style="vertical-align:top;margin-left:10px;">
<a class="dimden-text" href="https://twitter.com/dimdenEFF" style="vertical-align:top;margin-left:10px;">
<b class="tweet-header-name">${dimden.name}</b>
<span class="tweet-header-handle">${dimden.screen_name}</span>
</a><br>
Expand Down

0 comments on commit 7cfcc5b

Please sign in to comment.