Skip to content

Commit 1df4fa6

Browse files
committed
fix path
1 parent f743942 commit 1df4fa6

File tree

3 files changed

+146
-196
lines changed

3 files changed

+146
-196
lines changed

md/LIST_SCRIPTS_EN.md

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,207 +1,207 @@
11
### Search
22

3-
1. [What font](./scripts/whatFont.js)
3+
1. [What font](/scripts/whatFont.js)
44

5-
2. [Find alternative web](./scripts/similarWeb.js)
5+
2. [Find alternative web](/scripts/similarWeb.js)
66

7-
3. [Find shared login](./scripts/search_sharedAccount.js)
7+
3. [Find shared login](/scripts/search_sharedAccount.js)
88

9-
4. [View website stack](./scripts/whatWebsiteStack.js)
9+
4. [View website stack](/scripts/whatWebsiteStack.js)
1010

11-
5. [Google site search](./scripts/search_googleSite.js)
11+
5. [Google site search](/scripts/search_googleSite.js)
1212

13-
6. [Where to find papers/books/pdf/...](./scripts/search_paperWhere.js)
13+
6. [Where to find papers/books/pdf/...](/scripts/search_paperWhere.js)
1414

15-
7. [Check total indexed pages](./scripts/search_totalIndexedPages.js)
15+
7. [Check total indexed pages](/scripts/search_totalIndexedPages.js)
1616

17-
8. [Dowfor - Check web die](./scripts/checkWebDie.js)
17+
8. [Dowfor - Check web die](/scripts/checkWebDie.js)
1818

19-
9. [DownDetector - Check web die](./scripts/downDetector.js)
19+
9. [DownDetector - Check web die](/scripts/downDetector.js)
2020

21-
10. [Open wayback url](./scripts/openWaybackUrl.js)
21+
10. [Open wayback url](/scripts/openWaybackUrl.js)
2222

23-
11. [View Google cache of website](./scripts/googleCache.js)
23+
11. [View Google cache of website](/scripts/googleCache.js)
2424

2525
### Download
2626

27-
12. [Download video](./scripts/download_video.js)
27+
12. [Download video](/scripts/download_video.js)
2828

29-
13. [Image Downloader](./scripts/download_image.js)
29+
13. [Image Downloader](/scripts/download_image.js)
3030

3131
### Facebook
3232

3333
--- UI ---
3434

35-
14. [Toggle light fb newfeed](./scripts/fb_toggleLight.js)
35+
14. [Toggle light fb newfeed](/scripts/fb_toggleLight.js)
3636

3737
--- Access Token ---
3838

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)
4040

41-
16. [Get fb Token (business.facebook.com)](./scripts/fb_getTokenBusiness.js)
41+
16. [Get fb Token (business.facebook.com)](/scripts/fb_getTokenBusiness.js)
4242

43-
17. [Get fb Token (www.facebook.com)](./scripts/fb_getTokenFacebook.js)
43+
17. [Get fb Token (www.facebook.com)](/scripts/fb_getTokenFacebook.js)
4444

45-
18. [Get fb Token (m.facebook.com)](./scripts/fb_getTokenMFacebook.js)
45+
18. [Get fb Token (m.facebook.com)](/scripts/fb_getTokenMFacebook.js)
4646

4747
--- Get ID ---
4848

49-
19. [Get fb User ID](./scripts/fb_getUid.js)
49+
19. [Get fb User ID](/scripts/fb_getUid.js)
5050

51-
20. [Get fb Page ID](./scripts/fb_getPageId.js)
51+
20. [Get fb Page ID](/scripts/fb_getPageId.js)
5252

53-
21. [Get fb Group ID](./scripts/fb_getGroupId.js)
53+
21. [Get fb Group ID](/scripts/fb_getGroupId.js)
5454

55-
22. [Get fb Album ID](./scripts/fb_getAlbumId.js)
55+
22. [Get fb Album ID](/scripts/fb_getAlbumId.js)
5656

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)
5858

59-
24. [Get all fb Video ID](./scripts/fb_getAllVideoId.js)
59+
24. [Get all fb Video ID](/scripts/fb_getAllVideoId.js)
6060

61-
25. [Get all fb Album ID](./scripts/fb_getAllAlbumId.js)
61+
25. [Get all fb Album ID](/scripts/fb_getAllAlbumId.js)
6262

63-
26. [Get fb User ID from url](./scripts/fb_getUidFromUrl.js)
63+
26. [Get fb User ID from url](/scripts/fb_getUidFromUrl.js)
6464

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)
6666

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)
6868

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)
7070

7171
--- Download ---
7272

73-
30. [Get avatar from fb user id](./scripts/fb_getAvatarFromUid.js)
73+
30. [Get avatar from fb user id](/scripts/fb_getAvatarFromUid.js)
7474

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)
7676

77-
32. [Download fb album media links](./scripts/fb_downloadAlbumMedia.js)
77+
32. [Download fb album media links](/scripts/fb_downloadAlbumMedia.js)
7878

7979
### Instagram
8080

81-
33. [Enable download instagram photos/videos](./scripts/insta_enableDownloadImage.js)
81+
33. [Enable download instagram photos/videos](/scripts/insta_enableDownloadImage.js)
8282

83-
34. [Get token insta](./scripts/insta_getToken.js)
83+
34. [Get token insta](/scripts/insta_getToken.js)
8484

85-
35. [Get your insta User ID](./scripts/insta_getUid.js)
85+
35. [Get your insta User ID](/scripts/insta_getUid.js)
8686

87-
36. [Get all media of insta user](./scripts/insta_getAllUserMedia.js)
87+
36. [Get all media of insta user](/scripts/insta_getAllUserMedia.js)
8888

89-
37. [Get all images in insta newfeed](./scripts/insta_getAllImagesInNewFeed.js)
89+
37. [Get all images in insta newfeed](/scripts/insta_getAllImagesInNewFeed.js)
9090

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)
9292

9393
### Youtube
9494

95-
39. [Download youtube video (bypass 18+)](./scripts/youtube_downloadVideo.js)
95+
39. [Download youtube video (bypass 18+)](/scripts/youtube_downloadVideo.js)
9696

97-
40. [Picture in Picture](./scripts/pictureInPicture.js)
97+
40. [Picture in Picture](/scripts/pictureInPicture.js)
9898

99-
41. [Youtube popup player](./scripts/youtube_popupPlayer.js)
99+
41. [Youtube popup player](/scripts/youtube_popupPlayer.js)
100100

101-
42. [Toggle light youtube](./scripts/youtube_toggleLight.js)
101+
42. [Toggle light youtube](/scripts/youtube_toggleLight.js)
102102

103-
43. [View youtube video dislikes](./scripts/youtube_viewDislikes.js)
103+
43. [View youtube video dislikes](/scripts/youtube_viewDislikes.js)
104104

105105
### Github
106106

107-
44. [Go to first commit](./scripts/github_goToFirstCommit.js)
107+
44. [Go to first commit](/scripts/github_goToFirstCommit.js)
108108

109-
45. [Open repo in github.dev](./scripts/githubdev.js)
109+
45. [Open repo in github.dev](/scripts/githubdev.js)
110110

111-
46. [Open repo in github1s.com](./scripts/github1s.js)
111+
46. [Open repo in github1s.com](/scripts/github1s.js)
112112

113113
### Doutu.be
114114

115-
47. [Enable download all video](./scripts/doutube_enableDownloadVideo.js)
115+
47. [Enable download all video](/scripts/doutube_enableDownloadVideo.js)
116116

117-
48. [Download video doutu.be](./scripts/doutube_downloadWatchingVideo.js)
117+
48. [Download video doutu.be](/scripts/doutube_downloadWatchingVideo.js)
118118

119-
49. [Download doutu.be story](./scripts/doutube_downloadWatchingStory.js)
119+
49. [Download doutu.be story](/scripts/doutube_downloadWatchingStory.js)
120120

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)
122122

123123
### PDF
124124

125-
51. [Darkmode for pdf](./scripts/darkModePDF.js)
125+
51. [Darkmode for pdf](/scripts/darkModePDF.js)
126126

127-
52. [Web to PDF](./scripts/webToPDF.js)
127+
52. [Web to PDF](/scripts/webToPDF.js)
128128

129129
### QR Code
130130

131-
53. [Text to QR Code](./scripts/textToQRCode.js)
131+
53. [Text to QR Code](/scripts/textToQRCode.js)
132132

133-
54. [URL to QR Code](./scripts/webToQRCode.js)
133+
54. [URL to QR Code](/scripts/webToQRCode.js)
134134

135135
### Automation
136136

137-
55. [Scroll to very end](./scripts/scrollToVeryEnd.js)
137+
55. [Scroll to very end](/scripts/scrollToVeryEnd.js)
138138

139139
### Password
140140

141-
56. [Password generator](./scripts/passwordGenerator.js)
141+
56. [Password generator](/scripts/passwordGenerator.js)
142142

143-
57. [Find shared login](./scripts/search_sharedAccount.js)
143+
57. [Find shared login](/scripts/search_sharedAccount.js)
144144

145-
58. [View hidden passwords](./scripts/viewHiddenPassword.js)
145+
58. [View hidden passwords](/scripts/viewHiddenPassword.js)
146146

147147
### Unlock
148148

149-
59. [View cookies](./scripts/viewCookies.js)
149+
59. [View cookies](/scripts/viewCookies.js)
150150

151-
60. [Remove cookies](./scripts/removeCookies.js)
151+
60. [Remove cookies](/scripts/removeCookies.js)
152152

153-
61. [Re-Enable text selection](./scripts/enableTextSelection.js)
153+
61. [Re-Enable text selection](/scripts/enableTextSelection.js)
154154

155-
62. [Re-Enable context menu (right click)](./scripts/reEnableContextMenu.js)
155+
62. [Re-Enable context menu (right click)](/scripts/reEnableContextMenu.js)
156156

157157
### Web UI
158158

159-
63. [Toggle edit page](./scripts/toggleEditPage.js)
159+
63. [Toggle edit page](/scripts/toggleEditPage.js)
160160

161-
64. [Performance Analyzer](./scripts/performanceAnalyzer.js)
161+
64. [Performance Analyzer](/scripts/performanceAnalyzer.js)
162162

163-
65. [Scroll by dragging](./scripts/scrollByDrag.js)
163+
65. [Scroll by dragging](/scripts/scrollByDrag.js)
164164

165165
--- View ---
166166

167-
66. [View all images in web](./scripts/listAllImagesInWeb.js)
167+
66. [View all images in web](/scripts/listAllImagesInWeb.js)
168168

169-
67. [View all links](./scripts/viewAllLinks.js)
169+
67. [View all links](/scripts/viewAllLinks.js)
170170

171-
68. [View scripts used](./scripts/viewScriptsUsed.js)
171+
68. [View scripts used](/scripts/viewScriptsUsed.js)
172172

173-
69. [View stylesheet used](./scripts/viewStylesUsed.js)
173+
69. [View stylesheet used](/scripts/viewStylesUsed.js)
174174

175-
70. [View source code of selected area](./scripts/viewPartialSource.js)
175+
70. [View source code of selected area](/scripts/viewPartialSource.js)
176176

177177
--- Remove ---
178178

179-
71. [Remove all colors in web](./scripts/removeColours.js)
179+
71. [Remove all colors in web](/scripts/removeColours.js)
180180

181-
72. [Remove stylesheet](./scripts/removeStylesheet.js)
181+
72. [Remove stylesheet](/scripts/removeStylesheet.js)
182182

183-
73. [Remove images](./scripts/removeImages.js)
183+
73. [Remove images](/scripts/removeImages.js)
184184

185-
74. [Remove bloat (iframe, embed)](./scripts/removeBloat.js)
185+
74. [Remove bloat (iframe, embed)](/scripts/removeBloat.js)
186186

187187
--- Table ---
188188

189-
75. [Add sort to table](./scripts/table_addSortTable.js)
189+
75. [Add sort to table](/scripts/table_addSortTable.js)
190190

191-
76. [Add number columns](./scripts/table_addNumberColumn.js)
191+
76. [Add number columns](/scripts/table_addNumberColumn.js)
192192

193-
77. [Swap rows and columns](./scripts/table_swapRowAndColumn.js)
193+
77. [Swap rows and columns](/scripts/table_swapRowAndColumn.js)
194194

195195
--- More ---
196196

197-
78. [Highlight internal/external link](./scripts/internalOrExternalLink.js)
197+
78. [Highlight internal/external link](/scripts/internalOrExternalLink.js)
198198

199-
79. [Get window size](./scripts/getWindowSize.js)
199+
79. [Get window size](/scripts/getWindowSize.js)
200200

201-
80. [Let it snow](./scripts/letItSnow.js)
201+
80. [Let it snow](/scripts/letItSnow.js)
202202

203203
### More
204204

205-
81. [Shorten URL (j2team)](./scripts/shortenURL.js)
205+
81. [Shorten URL (j2team)](/scripts/shortenURL.js)
206206

207-
82. [Run Stat.js](./scripts/runStatJs.js)
207+
82. [Run Stat.js](/scripts/runStatJs.js)

0 commit comments

Comments
 (0)