Skip to content

Commit bbf2943

Browse files
committed
readme list features
1 parent 92e9ddc commit bbf2943

File tree

9 files changed

+613
-156
lines changed

9 files changed

+613
-156
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate here](https://github.com/Ho
44

55
## Overview
66

7-
1 extension chứa 1 đống extensions nhỏ :)
7+
1 extension chứa 1 đống extensions nhỏ.
88

9-
chức năng mới được cập nhật mỗi ngày :\*
9+
- Xem danh sách chức năng [Tại đây](./md/LIST_SCRIPTS_VI.md)
10+
- View list scripts [Here](./md/LIST_SCRIPTS_EN.md)
1011

1112
## How to install
1213

@@ -16,7 +17,7 @@ chức năng mới được cập nhật mỗi ngày :\*
1617

1718
## Screenshots
1819

19-
![](./assets/screenshots/Screen%20Shot%202022-11-02%20at%2012.22.18.png)
20+
![](./assets/screenshots/Screen%20Shot%202022-11-05%20at%2012.10.00.png)
2021

2122
## Extension Tips
2223

28.2 KB
Loading

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"host_permissions": [
2222
"<all_urls>"
2323
],
24-
"options_page": "./options/options.html"
24+
"options_page": "./pages/options/options.html"
2525
}

md/LIST_SCRIPTS_EN.md

Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
<i class="fa-solid fa-magnifying-glass"></i> Search
2+
3+
1. [What font](./scripts/whatFont.js)
4+
5+
2. [Find alternative web](./scripts/similarWeb.js)
6+
7+
3. [Find shared login](./scripts/search_sharedAccount.js)
8+
9+
4. [View website stack](./scripts/whatWebsiteStack.js)
10+
11+
5. [Google site search](./scripts/search_googleSite.js)
12+
13+
6. [Where to find papers/books/pdf/...](./scripts/search_paperWhere.js)
14+
15+
7. [Check total indexed pages](./scripts/search_totalIndexedPages.js)
16+
17+
8. [Dowfor - Check web die](./scripts/checkWebDie.js)
18+
19+
9. [DownDetector - Check web die](./scripts/downDetector.js)
20+
21+
10. [Open wayback url](./scripts/openWaybackUrl.js)
22+
23+
11. [View Google cache of website](./scripts/googleCache.js)
24+
25+
<i class="fa-solid fa-download"></i> Download
26+
27+
12. [Download video](./scripts/download_video.js)
28+
29+
13. [Image Downloader](./scripts/download_image.js)
30+
31+
<i class="fa-brands fa-facebook"></i> Facebook
32+
33+
- --- UI ---
34+
35+
14. [Toggle light fb newfeed](./scripts/fb_toggleLight.js)
36+
37+
- --- Access Token ---
38+
39+
15. [Get fb token full permission (ffb.vn)](./scripts/fb_getTokenFfb.js)
40+
41+
16. [Get fb Token (business.facebook.com)](./scripts/fb_getTokenBusiness.js)
42+
43+
17. [Get fb Token (www.facebook.com)](./scripts/fb_getTokenFacebook.js)
44+
45+
18. [Get fb Token (m.facebook.com)](./scripts/fb_getTokenMFacebook.js)
46+
47+
- --- Get ID ---
48+
49+
19. [Get fb User ID](./scripts/fb_getUid.js)
50+
51+
20. [Get fb Page ID](./scripts/fb_getPageId.js)
52+
53+
21. [Get fb Group ID](./scripts/fb_getGroupId.js)
54+
55+
22. [Get fb Album ID](./scripts/fb_getAlbumId.js)
56+
57+
23. [Get timeline Album ID of fb page](./scripts/fb_getTimelineAlbumId.js)
58+
59+
24. [Get all fb Video ID](./scripts/fb_getAllVideoId.js)
60+
61+
25. [Get all fb Album ID](./scripts/fb_getAllAlbumId.js)
62+
63+
26. [Get fb User ID from url](./scripts/fb_getUidFromUrl.js)
64+
65+
27. [Get all fb User ID from search page](./scripts/fb_getAllUidFromFbSearch.js)
66+
67+
28. [Get all fb User ID from Friends page](./scripts/fb_getAllUidFromFriendsPage.js)
68+
69+
29. [Get all fb User ID from group](./scripts/fb_getAllUidOfGroupMembers.js)
70+
71+
- --- Download ---
72+
73+
30. [Get avatar from fb user id](./scripts/fb_getAvatarFromUid.js)
74+
75+
31. [Get download link of current fb video](./scripts/fb_downloadCurrentVideo.js)
76+
77+
32. [Download fb album media links](./scripts/fb_downloadAlbumMedia.js)
78+
79+
<i class="fa-brands fa-instagram"></i> Instagram
80+
81+
33. [Enable download instagram photos/videos](./scripts/insta_enableDownloadImage.js)
82+
83+
34. [Get token insta](./scripts/insta_getToken.js)
84+
85+
35. [Get your insta User ID](./scripts/insta_getUid.js)
86+
87+
36. [Get all media of insta user](./scripts/insta_getAllUserMedia.js)
88+
89+
37. [Get all images in insta newfeed](./scripts/insta_getAllImagesInNewFeed.js)
90+
91+
38. [Get all images in insta user profile](./scripts/insta_getAllImagesInUserProfile.js)
92+
93+
<i class="fa-brands fa-youtube"></i> Youtube
94+
95+
39. [Download youtube video (bypass 18+)](./scripts/youtube_downloadVideo.js)
96+
97+
40. [Picture in Picture](./scripts/pictureInPicture.js)
98+
99+
41. [Youtube popup player](./scripts/youtube_popupPlayer.js)
100+
101+
42. [Toggle light youtube](./scripts/youtube_toggleLight.js)
102+
103+
43. [View youtube video dislikes](./scripts/youtube_viewDislikes.js)
104+
105+
<i class="fa-brands fa-github"></i> Github
106+
107+
44. [Go to first commit](./scripts/github_goToFirstCommit.js)
108+
109+
45. [Open repo in github.dev](./scripts/githubdev.js)
110+
111+
46. [Open repo in github1s.com](./scripts/github1s.js)
112+
113+
Doutu.be
114+
115+
47. [Enable download all video](./scripts/doutube_enableDownloadVideo.js)
116+
117+
48. [Download video doutu.be](./scripts/doutube_downloadWatchingVideo.js)
118+
119+
49. [Download doutu.be story](./scripts/doutube_downloadWatchingStory.js)
120+
121+
50. [Get all video from user doutu.be profile](./scripts/doutube_getAllVideoInUserProfile.js)
122+
123+
<i class="fa-solid fa-file-pdf"></i> PDF
124+
125+
51. [Darkmode for pdf](./scripts/darkModePDF.js)
126+
127+
52. [Web to PDF](./scripts/webToPDF.js)
128+
129+
<i class="fa-solid fa-qrcode"></i> QR Code
130+
131+
53. [Text to QR Code](./scripts/textToQRCode.js)
132+
133+
54. [URL to QR Code](./scripts/webToQRCode.js)
134+
135+
<i class="fa-solid fa-robot"></i> Automation
136+
137+
55. [Scroll to very end](./scripts/scrollToVeryEnd.js)
138+
139+
<i class="fa-solid fa-key"></i> Password
140+
141+
56. [Password generator](./scripts/passwordGenerator.js)
142+
143+
57. [Find shared login](./scripts/search_sharedAccount.js)
144+
145+
58. [View hidden passwords](./scripts/viewHiddenPassword.js)
146+
147+
<i class="fa-solid fa-unlock"></i> Unlock
148+
149+
59. [View cookies](./scripts/viewCookies.js)
150+
151+
60. [Remove cookies](./scripts/removeCookies.js)
152+
153+
61. [Re-Enable text selection](./scripts/enableTextSelection.js)
154+
155+
62. [Re-Enable context menu (right click)](./scripts/reEnableContextMenu.js)
156+
157+
<i class="fa-solid fa-eye"></i> Web UI
158+
159+
63. [Toggle edit page](./scripts/toggleEditPage.js)
160+
161+
64. [Performance Analyzer](./scripts/performanceAnalyzer.js)
162+
163+
65. [Scroll by dragging](./scripts/scrollByDrag.js)
164+
165+
- --- View ---
166+
167+
66. [View all images in web](./scripts/listAllImagesInWeb.js)
168+
169+
67. [View all links](./scripts/viewAllLinks.js)
170+
171+
68. [View scripts used](./scripts/viewScriptsUsed.js)
172+
173+
69. [View stylesheet used](./scripts/viewStylesUsed.js)
174+
175+
70. [View source code of selected area](./scripts/viewPartialSource.js)
176+
177+
- --- Remove ---
178+
179+
71. [Remove all colors in web](./scripts/removeColours.js)
180+
181+
72. [Remove stylesheet](./scripts/removeStylesheet.js)
182+
183+
73. [Remove images](./scripts/removeImages.js)
184+
185+
74. [Remove bloat (iframe, embed)](./scripts/removeBloat.js)
186+
187+
- --- Table ---
188+
189+
75. [Add sort to table](./scripts/table_addSortTable.js)
190+
191+
76. [Add number columns](./scripts/table_addNumberColumn.js)
192+
193+
77. [Swap rows and columns](./scripts/table_swapRowAndColumn.js)
194+
195+
- --- More ---
196+
197+
78. [Highlight internal/external link](./scripts/internalOrExternalLink.js)
198+
199+
79. [Get window size](./scripts/getWindowSize.js)
200+
201+
80. [Let it snow](./scripts/letItSnow.js)
202+
203+
<i class="fa-solid fa-ellipsis"></i> More
204+
205+
81. [Shorten URL (j2team)](./scripts/shortenURL.js)
206+
207+
82. [Run Stat.js](./scripts/runStatJs.js)

0 commit comments

Comments
 (0)