Skip to content

version 1.3 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 50 commits into from
Nov 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f473314
test vue js
Nov 8, 2022
31848da
Merge branch 'main' into dev
HoangTran0410 Nov 16, 2022
10c2a79
zing mp3
HoangTran0410 Nov 16, 2022
3c22eaf
update download audio + fix show the images
HoangTran0410 Nov 16, 2022
a769b24
add close btn
HoangTran0410 Nov 16, 2022
2f22987
wip
Nov 17, 2022
0dbe674
update nhaccuatui downloader
HoangTran0410 Nov 17, 2022
308aceb
update download audio
HoangTran0410 Nov 17, 2022
b83b79c
update
HoangTran0410 Nov 17, 2022
a2ecb62
better
HoangTran0410 Nov 18, 2022
dc1e76f
fb token,uid fix
HoangTran0410 Nov 18, 2022
7fcfbf7
getFavicon,runInExtensionContext,getLinkLuanxt,..
HoangTran0410 Nov 19, 2022
5987d47
update download music
HoangTran0410 Nov 19, 2022
79b9cb3
fix
HoangTran0410 Nov 19, 2022
dd94d93
udpate
HoangTran0410 Nov 19, 2022
bde7380
more utils
HoangTran0410 Nov 19, 2022
c1106f4
update
HoangTran0410 Nov 19, 2022
7cb15e2
fix fb token
HoangTran0410 Nov 19, 2022
45b6877
get token ffb auto
HoangTran0410 Nov 19, 2022
1d87062
fix get fb uid
HoangTran0410 Nov 19, 2022
1796967
fix luanxt
HoangTran0410 Nov 19, 2022
ef62f7b
update
HoangTran0410 Nov 20, 2022
0c41d59
_sharedData insta
HoangTran0410 Nov 20, 2022
99efb6a
fix getlink luanxt
HoangTran0410 Nov 20, 2022
22142f1
update youtube downloader
HoangTran0410 Nov 20, 2022
7f49eba
unshorten url
HoangTran0410 Nov 20, 2022
42253d0
shortener
HoangTran0410 Nov 20, 2022
2243a50
.
Nov 21, 2022
984454e
hot tab, new tab, fix, update
HoangTran0410 Nov 21, 2022
3dbaf24
.
HoangTran0410 Nov 21, 2022
315ce41
.
Nov 22, 2022
4688e8f
loading UI + transfer.sh (WIP)
HoangTran0410 Nov 23, 2022
f3dcbc2
track settimeout + fix get fb token, get fb album
Nov 23, 2022
4fd1f41
view source with line number
HoangTran0410 Nov 23, 2022
5612263
new unshorten api
HoangTran0410 Nov 23, 2022
a37fc11
update
HoangTran0410 Nov 23, 2022
d22193b
update
Nov 24, 2022
ae68c6f
.
HoangTran0410 Nov 25, 2022
8705048
Merge branch 'dev' of https://github.com/HoangTran0410/useful-script …
HoangTran0410 Nov 25, 2022
ea7c4d0
json formatter
HoangTran0410 Nov 25, 2022
6abc216
wip
HoangTran0410 Nov 25, 2022
7d53f6d
lot of works
HoangTran0410 Nov 26, 2022
6198a27
.
HoangTran0410 Nov 26, 2022
7072636
hard work - snaptik
HoangTran0410 Nov 27, 2022
5ffae39
douyin downloader
HoangTran0410 Nov 27, 2022
e6a220c
update doutube
HoangTran0410 Nov 27, 2022
060d93e
move folder + instagram inject css
HoangTran0410 Nov 27, 2022
2c63371
instantgram
HoangTran0410 Nov 27, 2022
8bfb603
update list scripts md
HoangTran0410 Nov 27, 2022
8525d67
up version
HoangTran0410 Nov 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate here](https://github.com/Ho

## Change logs - Lịch sử cập nhât

Verion hiện tại: v1.2
Verion hiện tại: <del>v1.1</del> <del>v1.2</del> **v1.3** (27/11/2022)

[Change logs / Lịch sử cập nhật](/md/CHANGELOGS.md)

Expand All @@ -27,7 +27,7 @@ Verion hiện tại: v1.2

## Screenshots - Ảnh chụp màn hình

![screenshot](./assets/screenshots/Screen%20Shot%202022-11-05%20at%2012.10.00.png)
![screenshot](./assets/screenshots/Screen%20Shot%202022-11-27%20at%2022.05.00.png)

## Contribute - Đóng góp

Expand Down
Binary file added _metadata/generated_indexed_rulesets/_ruleset1
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions backup/content.js

This file was deleted.

9 changes: 8 additions & 1 deletion empty_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ export default {
en: "",
vi: "",
},

// Chọn 1 trong 2 cách, xoá cách không dùng:

// Cách 1: Mở link web trong tab mới, không cần dùng func
link: "",

// Cách 2: Chạy script
blackList: [],
whiteList: [],

runInExtensionContext: false,
func: function () {},
};
60 changes: 57 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Useful Scripts",
"description": "Scripts that can make your life faster and better",
"version": "1.2",
"version": "1.3",
"icons": {
"16": "./assets/icon16.png",
"32": "./assets/icon32.png",
Expand All @@ -16,10 +16,64 @@
"permissions": [
"tabs",
"scripting",
"storage"
"storage",
"cookies",
"debugger",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"<all_urls>"
],
"options_page": "./pages/options/options.html"
"options_page": "./pages/options/options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts/content-scripts/document_start.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"scripts/content-scripts/document_idle.js"
],
"run_at": "document_idle"
},
{
"matches": [
"<all_urls>"
],
"js": [
"scripts/content-scripts/document_end.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"scripts/content-scripts/*.js",
"scripts/content-scripts/*.css"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "scripts/net-request-rules/rules.json"
}
]
}
}
98 changes: 83 additions & 15 deletions md/CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,94 @@
## Change logs

<details>
<summary>v1.3 - 27/11/2022</summary>

- 28 scripts mới:

1. getLinkLuanxt
2. getFavicon
3. download_audio
4. nhaccuatui_downloader
5. zingmp3_downloadMusic
6. zingmp3_oldLayout
7. download_video2
8. download_image
9. fb_checkToken
10. fb_getTokenBussinessLocation
11. fb_getTokenBusinessStudio
12. fb_getTokenCampaigns
13. fb_getTokenLocmai
14. fb_videoDownloader
15. insta_getUserInfo
16. instantgram
17. tiktok_downloadVideo
18. douyin_downloadVideo
19. getAllEmailsInWeb
20. screenshotFullPage
21. webToPDF
22. transfer_sh
23. jsonformatter
24. shortenURL
25. unshorten
26. viewBrowserInfo
27. injectScriptToWebsite
28. visualEvent

- Fix/Update các scripts:

1. archiveToday
2. checkWebDie
3. darkModePDF
4. doutube_downloadWatchingVideo
5. doutube_getAllVideoInUserProfile
6. fb_downloadAlbumMedia
7. fb_getAvatarFromUid
8. fb_getTimelineAlbumId
9. fb_getTokenMFacebook
10. fb_getUid
11. googleCache
12. openWaybackUrl
13. search_sharedAccount
14. shortenURL
15. showTheImages
16. textToQRCode
17. viewCookies
18. youtube_downloadVideo

- Fix/Update extension:
- **hot tab**: hiển thị tất cả scripts có badge 'hot'
- **new tab**: hiển thị tất cả scripts badge 'new'
- **open extension in external popup**: Mở extension sang popup window mới, ko bị tắt popup khi chuyển trang
- **content-script**: document_start, document_idle, document_end
- **useful-scripts-utils**: hỗ trợ dev trong quá trình hack web, tạo script mới :))
- **runInExtensionContext**: script chạy trong extension context sẽ có nhiều quyền hơn, khi fetch không bị lỗi cors, truy cập được các quyền dành riêng cho extension, ...
- **loading UI**: giao diện loading, dành cho các script runInExtensionContext=true

</details>

<details>
<summary>v1.2 - 08/11/2022</summary>

- 9 scripts mới:
1. archiveToday
2. cssSelectorViewer
3. download_video2
4. getAllEmailsInWeb
5. payWallKiller
6. showHiddenFields
7. showTheImages
8. viewWebMetaInfo
9. whois
10. youtube nonstop

1. archiveToday
2. cssSelectorViewer
3. download_video2
4. getAllEmailsInWeb
5. payWallKiller
6. showHiddenFields
7. showTheImages
8. viewWebMetaInfo
9. whois
10. youtube nonstop

- Fix các scripts:
1. perfomanceAnalyzer
2. remove cookies
3. view cookies
4. viewPartialSource
5. youtube_downloadVideo

1. perfomanceAnalyzer
2. remove cookies
3. view cookies
4. viewPartialSource
5. youtube_downloadVideo

- Fix extension:
- await in lang.js (bug crash on cent browser)
Expand Down
Loading