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