Skip to content

Commit 41282df

Browse files
committed
add fanpage
1 parent 0ded94d commit 41282df

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

popup/popup.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ <h3>
1616
<a target="_blank" href="https://github.com/HoangTran0410/useful-script">
1717
<i class="fa-solid fa-code"></i> source code
1818
</a>
19+
<a target="_blank" href="https://www.facebook.com/groups/1154059318582088">
20+
<b><i class="fa-solid fa-arrow-up-right-from-square"></i> Fanpage</b>
21+
</a>
22+
<br/>
1923
<span id="version"></span>
2024
<button id="update-btn">(update)</button>
2125
<p>Make with <i class="fa-solid fa-heart fa-beat" style="color:#ff0000a3"></i>
22-
by <a target="_blank" href="https://github.com/HoangTran0410">Hoang Tran</a></p>
26+
by <a target="_blank" href="https://github.com/HoangTran0410">Hoang Tran</a>
27+
</p>
2328
</h3>
2429

2530
<!-- Tab links -->

popup/styles/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ a:hover {
6565
top: 0px;
6666
right: 5px;
6767
cursor: pointer;
68+
transition: all .2s;
69+
}
70+
71+
#flag:hover {
72+
transform: scale(1.1);
6873
}
6974

7075
#open-in-new-tab {

0 commit comments

Comments
 (0)