Skip to content

Commit 1d9d806

Browse files
committed
Merge branch 'dev' of https://github.com/HoangTran0410/useful-script into dev
2 parents 0072fca + e845ca3 commit 1d9d806

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README-en.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Change logs](#change-logs)
1010
- [ScreenShots](#screenshots)
1111
- [Install](#install)
12+
- [Star History](#star-history)
1213
- [For developer (Demo)](#for-developer-demo)
1314
- [Contribute](#contribute)
1415

@@ -59,6 +60,12 @@ Current Versions:
5960

6061
[![How to install](https://img.youtube.com/vi/2wFTbDK80g0/0.jpg)](https://www.youtube.com/watch?v=2wFTbDK80g0)
6162

63+
## Star History
64+
65+
Expected that this useful-script extension will include the functions of [RevealDeletedFBMessages](https://github.com/HoangTran0410/RevealDeletedFBMessages) and [FBMediaDownloader](https://github.com/HoangTran0410/FBMediaDownloader)
66+
67+
[![Star History Chart](https://api.star-history.com/svg?repos=HoangTran0410/useful-script,HoangTran0410/FBMediaDownloader,HoangTran0410/RevealDeletedFBMessages&type=Date)](https://star-history.com/#HoangTran0410/useful-script&HoangTran0410/FBMediaDownloader&HoangTran0410/RevealDeletedFBMessages&Date)
68+
6269
## For developer (Demo)
6370

6471
[Watch on Youtube](https://www.youtube.com/watch?v=rVbr2dJvVMI&list=PLcZcXUjIE-TS13z4sf1mdzZoc9RHB2djl)

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Phiên bản](#phiên-bản)
1010
- [Ảnh chụp màn hình](#ảnh-chụp-màn-hình)
1111
- [Cài đặt](#cài-đặt)
12+
- [Star History](#star-history)
1213
- [Dành cho dev (Demo)](#dành-cho-dev-demo)
1314
- [Contribute](#contribute)
1415

@@ -59,6 +60,12 @@ Phiên bản hiện tại:
5960

6061
[![How to install](https://img.youtube.com/vi/2wFTbDK80g0/0.jpg)](https://www.youtube.com/watch?v=2wFTbDK80g0)
6162

63+
## Star History
64+
65+
Dự kiến extension useful-script này sẽ bao gồm cả chức năng của [RevealDeletedFBMessages](https://github.com/HoangTran0410/RevealDeletedFBMessages)[FBMediaDownloader](https://github.com/HoangTran0410/FBMediaDownloader)
66+
67+
[![Star History Chart](https://api.star-history.com/svg?repos=HoangTran0410/useful-script,HoangTran0410/FBMediaDownloader,HoangTran0410/RevealDeletedFBMessages&type=Date)](https://star-history.com/#HoangTran0410/useful-script&HoangTran0410/FBMediaDownloader&HoangTran0410/RevealDeletedFBMessages&Date)
68+
6269
## Dành cho dev (Demo)
6370

6471
[Watch on Youtube](https://www.youtube.com/watch?v=rVbr2dJvVMI&list=PLcZcXUjIE-TS13z4sf1mdzZoc9RHB2djl)

scripts/_ufs_statistic.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,24 @@ canvas {
99
max-height: 500px;
1010
}
1111

12+
li {
13+
position: relative;
14+
}
15+
1216
li:hover {
1317
background: #555;
1418
color: white;
1519
}
1620

1721
li a {
1822
display: inline-block;
19-
position: relative;
2023
}
2124

2225
li a img {
2326
width: 30px;
2427
transition: all 0.2s ease;
2528
position: absolute;
26-
left: 0;
29+
right: 0;
2730
top: 0;
2831
}
2932

0 commit comments

Comments
 (0)