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