Greasy Fork is available in English.

Undiscord

Delete all messages in a Discord channel or DM (Bulk deletion)

  1. // ==UserScript==
  2. // @name Undiscord
  3. // @description Delete all messages in a Discord channel or DM (Bulk deletion)
  4. // @version 5.2.3
  5. // @author victornpb
  6. // @homepageURL https://github.com/victornpb/undiscord
  7. // @supportURL https://github.com/victornpb/undiscord/discussions
  8. // @match https://*.discord.com/app
  9. // @match https://*.discord.com/channels/*
  10. // @match https://*.discord.com/login
  11. // @license MIT
  12. // @namespace https://github.com/victornpb/deleteDiscordMessages
  13. // @icon https://victornpb.github.io/undiscord/images/icon128.png
  14. // @contributionURL https://www.buymeacoffee.com/vitim
  15. // @grant none
  16. // ==/UserScript==
  17. (function () {
  18. 'use strict';
  19.  
  20. /* rollup-plugin-baked-env */
  21. const VERSION = "5.2.3";
  22.  
  23. var themeCss = (`
  24. /* undiscord window */
  25. #undiscord.browser { box-shadow: var(--elevation-stroke), var(--elevation-high); overflow: hidden; }
  26. #undiscord.container,
  27. #undiscord .container { background-color: var(--background-secondary); border-radius: 8px; box-sizing: border-box; cursor: default; flex-direction: column; }
  28. #undiscord .header { background-color: var(--background-tertiary); height: 48px; align-items: center; min-height: 48px; padding: 0 16px; display: flex; color: var(--header-secondary); cursor: grab; }
  29. #undiscord .header .icon { color: var(--interactive-normal); margin-right: 8px; flex-shrink: 0; width: 24; height: 24; }
  30. #undiscord .header .icon:hover { color: var(--interactive-hover); }
  31. #undiscord .header h3 { font-size: 16px; line-height: 20px; font-weight: 500; font-family: var(--font-display); color: var(--header-primary); flex-shrink: 0; margin-right: 16px; }
  32. #undiscord .spacer { flex-grow: 1; }
  33. #undiscord .header .vert-divider { width: 1px; height: 24px; background-color: var(--background-modifier-accent); margin-right: 16px; flex-shrink: 0; }
  34. #undiscord legend,
  35. #undiscord label { color: var(--header-secondary); font-size: 12px; line-height: 16px; font-weight: 500; text-transform: uppercase; cursor: default; font-family: var(--font-display); margin-bottom: 8px; }
  36. #undiscord .multiInput { display: flex; align-items: center; font-size: 16px; box-sizing: border-box; width: 100%; border-radius: 3px; color: var(--text-normal); background-color: var(--input-background); border: none; transition: border-color 0.2s ease-in-out 0s; }
  37. #undiscord .multiInput :first-child { flex-grow: 1; }
  38. #undiscord .multiInput button:last-child { margin-right: 4px; }
  39. #undiscord .input { font-size: 16px; box-sizing: border-box; width: 100%; border-radius: 3px; color: var(--text-normal); background-color: var(--input-background); border: none; transition: border-color 0.2s ease-in-out 0s; padding: 10px; height: 40px; }
  40. #undiscord fieldset { margin-top: 16px; }
  41. #undiscord .input-wrapper { display: flex; align-items: center; font-size: 16px; box-sizing: border-box; width: 100%; border-radius: 3px; color: var(--text-normal); background-color: var(--input-background); border: none; transition: border-color 0.2s ease-in-out 0s; }
  42. #undiscord input[type="text"],
  43. #undiscord input[type="search"],
  44. #undiscord input[type="password"],
  45. #undiscord input[type="datetime-local"],
  46. #undiscord input[type="number"],
  47. #undiscord input[type="range"] { font-size: 16px; box-sizing: border-box; width: 100%; border-radius: 3px; color: var(--text-normal); background-color: var(--input-background); border: none; transition: border-color 0.2s ease-in-out 0s; padding: 10px; height: 40px; }
  48. #undiscord .divider,
  49. #undiscord hr { border: none; margin-bottom: 24px; padding-bottom: 4px; border-bottom: 1px solid var(--background-modifier-accent); }
  50. #undiscord .sectionDescription { margin-bottom: 16px; color: var(--header-secondary); font-size: 14px; line-height: 20px; font-weight: 400; }
  51. #undiscord a { color: var(--text-link); text-decoration: none; }
  52. #undiscord .btn,
  53. #undiscord button { position: relative; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; box-sizing: border-box; background: none; border: none; border-radius: 3px; font-size: 14px; font-weight: 500; line-height: 16px; padding: 2px 16px; user-select: none; /* sizeSmall */ width: 60px; height: 32px; min-width: 60px; min-height: 32px; /* lookFilled colorPrimary */ color: rgb(255, 255, 255); background-color: var(--button-secondary-background); }
  54. #undiscord .sizeMedium { width: 96px; height: 38px; min-width: 96px; min-height: 38px; }
  55. #undiscord .sizeMedium.icon { width: 38px; min-width: 38px; }
  56. #undiscord sup { vertical-align: top; }
  57. /* lookFilled colorPrimary */
  58. #undiscord .accent { background-color: var(--brand-experiment); }
  59. #undiscord .danger { background-color: var(--button-danger-background); }
  60. #undiscord .positive { background-color: var(--button-positive-background); }
  61. #undiscord .info { font-size: 12px; line-height: 16px; padding: 8px 10px; color: var(--text-muted); }
  62. /* Scrollbar */
  63. #undiscord .scroll::-webkit-scrollbar { width: 8px; height: 8px; }
  64. #undiscord .scroll::-webkit-scrollbar-corner { background-color: transparent; }
  65. #undiscord .scroll::-webkit-scrollbar-thumb { background-clip: padding-box; border: 2px solid transparent; border-radius: 4px; background-color: var(--scrollbar-thin-thumb); min-height: 40px; }
  66. #undiscord .scroll::-webkit-scrollbar-track { border-color: var(--scrollbar-thin-track); background-color: var(--scrollbar-thin-track); border: 2px solid var(--scrollbar-thin-track); }
  67. /* fade scrollbar */
  68. #undiscord .scroll::-webkit-scrollbar-thumb,
  69. #undiscord .scroll::-webkit-scrollbar-track { visibility: hidden; }
  70. #undiscord .scroll:hover::-webkit-scrollbar-thumb,
  71. #undiscord .scroll:hover::-webkit-scrollbar-track { visibility: visible; }
  72. /**** functional classes ****/
  73. #undiscord.redact .priv { display: none !important; }
  74. #undiscord.redact x:not(:active) { color: transparent !important; background-color: var(--primary-700) !important; cursor: default; user-select: none; }
  75. #undiscord.redact x:hover { position: relative; }
  76. #undiscord.redact x:hover::after { content: "Redacted information (Streamer mode: ON)"; position: absolute; display: inline-block; top: -32px; left: -20px; padding: 4px; width: 150px; font-size: 8pt; text-align: center; white-space: pre-wrap; background-color: var(--background-floating); -webkit-box-shadow: var(--elevation-high); box-shadow: var(--elevation-high); color: var(--text-normal); border-radius: 5px; pointer-events: none; }
  77. #undiscord.redact [priv] { -webkit-text-security: disc !important; }
  78. #undiscord :disabled { display: none; }
  79. /**** layout and utility classes ****/
  80. #undiscord,
  81. #undiscord * { box-sizing: border-box; }
  82. #undiscord .col { display: flex; flex-direction: column; }
  83. #undiscord .row { display: flex; flex-direction: row; align-items: center; }
  84. #undiscord .mb1 { margin-bottom: 8px; }
  85. #undiscord .log { margin-bottom: 0.25em; }
  86. #undiscord .log-debug { color: inherit; }
  87. #undiscord .log-info { color: #00b0f4; }
  88. #undiscord .log-verb { color: #72767d; }
  89. #undiscord .log-warn { color: #faa61a; }
  90. #undiscord .log-error { color: #f04747; }
  91. #undiscord .log-success { color: #43b581; }
  92. `);
  93.  
  94. var mainCss = (`
  95. /**** Undiscord Button ****/
  96. #undicord-btn { position: relative; width: auto; height: 24px; margin: 0 8px; cursor: pointer; color: var(--interactive-normal); flex: 0 0 auto; }
  97. #undicord-btn progress { position: absolute; top: 23px; left: -4px; width: 32px; height: 12px; display: none; }
  98. #undicord-btn.running { color: var(--button-danger-background) !important; }
  99. #undicord-btn.running progress { display: block; }
  100. /**** Undiscord Interface ****/
  101. #undiscord { position: fixed; z-index: 100; top: 58px; right: 10px; display: flex; flex-direction: column; width: 800px; height: 80vh; min-width: 610px; max-width: 100vw; min-height: 448px; max-height: 100vh; color: var(--text-normal); border-radius: 4px; background-color: var(--background-secondary); box-shadow: var(--elevation-stroke), var(--elevation-high); will-change: top, left, width, height; }
  102. #undiscord .header .icon { cursor: pointer; }
  103. #undiscord .window-body { height: calc(100% - 48px); }
  104. #undiscord .sidebar { overflow: hidden scroll; overflow-y: auto; width: 270px; min-width: 250px; height: 100%; max-height: 100%; padding: 8px; background: var(--background-secondary); }
  105. #undiscord .sidebar legend,
  106. #undiscord .sidebar label { display: block; width: 100%; }
  107. #undiscord .main { display: flex; max-width: calc(100% - 250px); background-color: var(--background-primary); flex-grow: 1; }
  108. #undiscord.hide-sidebar .sidebar { display: none; }
  109. #undiscord.hide-sidebar .main { max-width: 100%; }
  110. #undiscord #logArea { font-family: Consolas, Liberation Mono, Menlo, Courier, monospace; font-size: 0.75rem; overflow: auto; padding: 10px; user-select: text; flex-grow: 1; flex-grow: 1; cursor: auto; }
  111. #undiscord .tbar { padding: 8px; background-color: var(--background-secondary-alt); }
  112. #undiscord .tbar button { margin-right: 4px; margin-bottom: 4px; }
  113. #undiscord .footer { cursor: se-resize; padding-right: 30px; }
  114. #undiscord .footer #progressPercent { padding: 0 1em; font-size: small; color: var(--interactive-muted); flex-grow: 1; }
  115. .resize-handle { position: absolute; bottom: -15px; right: -15px; width: 30px; height: 30px; transform: rotate(-45deg); background: repeating-linear-gradient(0, var(--background-modifier-accent), var(--background-modifier-accent) 1px, transparent 2px, transparent 4px); cursor: nwse-resize; }
  116. /**** Elements ****/
  117. #undiscord summary { font-size: 16px; font-weight: 500; line-height: 20px; position: relative; overflow: hidden; margin-bottom: 2px; padding: 6px 10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; color: var(--interactive-normal); border-radius: 4px; flex-shrink: 0; }
  118. #undiscord fieldset { padding-left: 8px; }
  119. #undiscord legend a { float: right; text-transform: initial; }
  120. #undiscord progress { height: 8px; margin-top: 4px; flex-grow: 1; }
  121. #undiscord .importJson { display: flex; flex-direction: row; }
  122. #undiscord .importJson button { margin-left: 5px; width: fit-content; }
  123. `);
  124.  
  125. var dragCss = (`
  126. [name^="grab-"] { position: absolute; --size: 6px; --corner-size: 16px; --offset: -1px; z-index: 9; }
  127. [name^="grab-"]:hover{ background: rgba(128,128,128,0.1); }
  128. [name="grab-t"] { top: 0px; left: var(--corner-size); right: var(--corner-size); height: var(--size); margin-top: var(--offset); cursor: ns-resize; }
  129. [name="grab-r"] { top: var(--corner-size); bottom: var(--corner-size); right: 0px; width: var(--size); margin-right: var(--offset);
  130. cursor: ew-resize; }
  131. [name="grab-b"] { bottom: 0px; left: var(--corner-size); right: var(--corner-size); height: var(--size); margin-bottom: var(--offset); cursor: ns-resize; }
  132. [name="grab-l"] { top: var(--corner-size); bottom: var(--corner-size); left: 0px; width: var(--size); margin-left: var(--offset); cursor: ew-resize; }
  133. [name="grab-tl"] { top: 0px; left: 0px; width: var(--corner-size); height: var(--corner-size); margin-top: var(--offset); margin-left: var(--offset); cursor: nwse-resize; }
  134. [name="grab-tr"] { top: 0px; right: 0px; width: var(--corner-size); height: var(--corner-size); margin-top: var(--offset); margin-right: var(--offset); cursor: nesw-resize; }
  135. [name="grab-br"] { bottom: 0px; right: 0px; width: var(--corner-size); height: var(--corner-size); margin-bottom: var(--offset); margin-right: var(--offset); cursor: nwse-resize; }
  136. [name="grab-bl"] { bottom: 0px; left: 0px; width: var(--corner-size); height: var(--corner-size); margin-bottom: var(--offset); margin-left: var(--offset); cursor: nesw-resize; }
  137. `);
  138.  
  139. var buttonHtml = (`
  140. <div id="undicord-btn" tabindex="0" role="button" aria-label="Delete Messages" title="Delete Messages with Undiscord">
  141. <svg aria-hidden="false" width="24" height="24" viewBox="0 0 24 24">
  142. <path fill="currentColor" d="M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z"></path>
  143. <path fill="currentColor" d="M5 6.99902V18.999C5 20.101 5.897 20.999 7 20.999H17C18.103 20.999 19 20.101 19 18.999V6.99902H5ZM11 17H9V11H11V17ZM15 17H13V11H15V17Z"></path>
  144. </svg>
  145. <progress></progress>
  146. </div>
  147. `);
  148.  
  149. var undiscordTemplate = (`
  150. <div id="undiscord" class="browser container redact" style="display:none;">
  151. <div class="header">
  152. <svg class="icon" aria-hidden="false" width="24" height="24" viewBox="0 0 24 24">
  153. <path fill="currentColor" d="M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z"></path>
  154. <path fill="currentColor"
  155. d="M5 6.99902V18.999C5 20.101 5.897 20.999 7 20.999H17C18.103 20.999 19 20.101 19 18.999V6.99902H5ZM11 17H9V11H11V17ZM15 17H13V11H15V17Z">
  156. </path>
  157. </svg>
  158. <h3>Undiscord</h3>
  159. <div class="vert-divider"></div>
  160. <span> Bulk delete messages</span>
  161. <div class="spacer"></div>
  162. <div id="hide" class="icon" aria-label="Close" role="button" tabindex="0">
  163. <svg aria-hidden="false" width="24" height="24" viewBox="0 0 24 24">
  164. <path fill="currentColor"
  165. d="M18.4 4L12 10.4L5.6 4L4 5.6L10.4 12L4 18.4L5.6 20L12 13.6L18.4 20L20 18.4L13.6 12L20 5.6L18.4 4Z">
  166. </path>
  167. </svg>
  168. </div>
  169. </div>
  170. <div class="window-body" style="display: flex; flex-direction: row;">
  171. <div class="sidebar scroll">
  172. <details open>
  173. <summary>General</summary>
  174. <fieldset>
  175. <legend>
  176. Author ID
  177. <a href="{{WIKI}}/authorId" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  178. </legend>
  179. <div class="multiInput">
  180. <div class="input-wrapper">
  181. <input class="input" id="authorId" type="text" priv>
  182. </div>
  183. <button id="getAuthor">me</button>
  184. </div>
  185. </fieldset>
  186. <hr>
  187. <fieldset>
  188. <legend>
  189. Server ID
  190. <a href="{{WIKI}}/guildId" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  191. </legend>
  192. <div class="multiInput">
  193. <div class="input-wrapper">
  194. <input class="input" id="guildId" type="text" priv>
  195. </div>
  196. <button id="getGuild">current</button>
  197. </div>
  198. </fieldset>
  199. <fieldset>
  200. <legend>
  201. Channel ID
  202. <a href="{{WIKI}}/channelId" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  203. </legend>
  204. <div class="multiInput mb1">
  205. <div class="input-wrapper">
  206. <input class="input" id="channelId" type="text" priv>
  207. </div>
  208. <button id="getChannel">current</button>
  209. </div>
  210. <div class="sectionDescription">
  211. <label class="row"><input id="includeNsfw" type="checkbox">This is a NSFW channel</label>
  212. </div>
  213. </fieldset>
  214. </details>
  215. <details>
  216. <summary>Wipe Archive</summary>
  217. <fieldset>
  218. <legend>
  219. Import index.json
  220. <a href="{{WIKI}}/importJson" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  221. </legend>
  222. <div class="input-wrapper">
  223. <input type="file" id="importJsonInput" accept="application/json,.json" style="width:100%";>
  224. </div>
  225. <div class="sectionDescription">
  226. <br>
  227. After requesting your data from discord, you can import it here.<br>
  228. Select the "messages/index.json" file from the discord archive.
  229. </div>
  230. </fieldset>
  231. </details>
  232. <hr>
  233. <details>
  234. <summary>Filter</summary>
  235. <fieldset>
  236. <legend>
  237. Search
  238. <a href="{{WIKI}}/filters" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  239. </legend>
  240. <div class="input-wrapper">
  241. <input id="search" type="text" placeholder="Containing text" priv>
  242. </div>
  243. <div class="sectionDescription">
  244. Only delete messages that contain the text
  245. </div>
  246. <div class="sectionDescription">
  247. <label><input id="hasLink" type="checkbox">has: link</label>
  248. </div>
  249. <div class="sectionDescription">
  250. <label><input id="hasFile" type="checkbox">has: file</label>
  251. </div>
  252. <div class="sectionDescription">
  253. <label><input id="includePinned" type="checkbox">Include pinned</label>
  254. </div>
  255. </fieldset>
  256. <hr>
  257. <fieldset>
  258. <legend>
  259. Pattern
  260. <a href="{{WIKI}}/pattern" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  261. </legend>
  262. <div class="sectionDescription">
  263. Delete messages that match the regular expression
  264. </div>
  265. <div class="input-wrapper">
  266. <span class="info">/</span>
  267. <input id="pattern" type="text" placeholder="regular expression" priv>
  268. <span class="info">/</span>
  269. </div>
  270. </fieldset>
  271. </details>
  272. <details>
  273. <summary>Messages interval</summary>
  274. <fieldset>
  275. <legend>
  276. Interval of messages
  277. <a href="{{WIKI}}/messageId" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  278. </legend>
  279. <div class="multiInput mb1">
  280. <div class="input-wrapper">
  281. <input id="minId" type="text" placeholder="After a message" priv>
  282. </div>
  283. <button id="pickMessageAfter">Pick</button>
  284. </div>
  285. <div class="multiInput">
  286. <div class="input-wrapper">
  287. <input id="maxId" type="text" placeholder="Before a message" priv>
  288. </div>
  289. <button id="pickMessageBefore">Pick</button>
  290. </div>
  291. <div class="sectionDescription">
  292. Specify an interval to delete messages.
  293. </div>
  294. </fieldset>
  295. </details>
  296. <details>
  297. <summary>Date interval</summary>
  298. <fieldset>
  299. <legend>
  300. After date
  301. <a href="{{WIKI}}/dateRange" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  302. </legend>
  303. <div class="input-wrapper mb1">
  304. <input id="minDate" type="datetime-local" title="Messages posted AFTER this date">
  305. </div>
  306. <legend>
  307. Before date
  308. <a href="{{WIKI}}/dateRange" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  309. </legend>
  310. <div class="input-wrapper">
  311. <input id="maxDate" type="datetime-local" title="Messages posted BEFORE this date">
  312. </div>
  313. <div class="sectionDescription">
  314. Delete messages that were posted between the two dates.
  315. </div>
  316. <div class="sectionDescription">
  317. * Filtering by date doesn't work if you use the "Messages interval".
  318. </div>
  319. </fieldset>
  320. </details>
  321. <hr>
  322. <details>
  323. <summary>Advanced settings</summary>
  324. <fieldset>
  325. <legend>
  326. Search delay
  327. <a href="{{WIKI}}/delay" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  328. </legend>
  329. <div class="input-wrapper">
  330. <input id="searchDelay" type="range" value="30000" step="100" min="100" max="60000">
  331. <div id="searchDelayValue"></div>
  332. </div>
  333. </fieldset>
  334. <fieldset>
  335. <legend>
  336. Delete delay
  337. <a href="{{WIKI}}/delay" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  338. </legend>
  339. <div class="input-wrapper">
  340. <input id="deleteDelay" type="range" value="1000" step="50" min="50" max="10000">
  341. <div id="deleteDelayValue"></div>
  342. </div>
  343. <br>
  344. <div class="sectionDescription">
  345. This will affect the speed in which the messages are deleted.
  346. Use the help link for more information.
  347. </div>
  348. </fieldset>
  349. <hr>
  350. <fieldset>
  351. <legend>
  352. Authorization Token
  353. <a href="{{WIKI}}/authToken" title="Help" target="_blank" rel="noopener noreferrer">help</a>
  354. </legend>
  355. <div class="multiInput">
  356. <div class="input-wrapper">
  357. <input class="input" id="token" type="password" autocomplete="dont" priv>
  358. </div>
  359. <button id="getToken">fill</button>
  360. </div>
  361. </fieldset>
  362. </details>
  363. <hr>
  364. <div></div>
  365. <div class="info">
  366. Undiscord {{VERSION}}
  367. <br> victornpb
  368. </div>
  369. </div>
  370. <div class="main col">
  371. <div class="tbar col">
  372. <div class="row">
  373. <button id="toggleSidebar" class="sizeMedium icon">☰</button>
  374. <button id="start" class="sizeMedium danger" style="width: 150px;" title="Start the deletion process">▶︎ Delete</button>
  375. <button id="stop" class="sizeMedium" title="Stop the deletion process" disabled>🛑 Stop</button>
  376. <button id="clear" class="sizeMedium">Clear log</button>
  377. <label class="row" title="Hide sensitive information on your screen for taking screenshots">
  378. <input id="redact" type="checkbox" checked> Streamer mode
  379. </label>
  380. </div>
  381. <div class="row">
  382. <progress id="progressBar" style="display:none;"></progress>
  383. </div>
  384. </div>
  385. <pre id="logArea" class="logarea scroll">
  386. <div class="" style="background: var(--background-mentioned); padding: .5em;">Notice: Undiscord may be working slower than usual and<wbr>require multiple attempts due to a recent Discord update.<br>We're working on a fix, and we thank you for your patience.</div>
  387. <center>
  388. <div>Star <a href="{{HOME}}" target="_blank" rel="noopener noreferrer">this project</a> on GitHub!</div>
  389. <div><a href="{{HOME}}/discussions" target="_blank" rel="noopener noreferrer">Issues or help</a></div>
  390. </center>
  391. </pre>
  392. <div class="tbar footer row">
  393. <div id="progressPercent"></div>
  394. <span class="spacer"></span>
  395. <label>
  396. <input id="autoScroll" type="checkbox" checked> Auto scroll
  397. </label>
  398. <div class="resize-handle"></div>
  399. </div>
  400. </div>
  401. </div>
  402. </div>
  403.  
  404. `);
  405.  
  406. const log = {
  407. debug() { return logFn ? logFn('debug', arguments) : console.debug.apply(console, arguments); },
  408. info() { return logFn ? logFn('info', arguments) : console.info.apply(console, arguments); },
  409. verb() { return logFn ? logFn('verb', arguments) : console.log.apply(console, arguments); },
  410. warn() { return logFn ? logFn('warn', arguments) : console.warn.apply(console, arguments); },
  411. error() { return logFn ? logFn('error', arguments) : console.error.apply(console, arguments); },
  412. success() { return logFn ? logFn('success', arguments) : console.info.apply(console, arguments); },
  413. };
  414.  
  415. var logFn; // custom console.log function
  416. const setLogFn = (fn) => logFn = fn;
  417.  
  418. // Helpers
  419. const wait = async ms => new Promise(done => setTimeout(done, ms));
  420. const msToHMS = s => `${s / 3.6e6 | 0}h ${(s % 3.6e6) / 6e4 | 0}m ${(s % 6e4) / 1000 | 0}s`;
  421. const escapeHTML = html => String(html).replace(/[&<"']/g, m => ({ '&': '&amp;', '<': '&lt;', '"': '&quot;', '\'': '&#039;' })[m]);
  422. const redact = str => `<x>${escapeHTML(str)}</x>`;
  423. const queryString = params => params.filter(p => p[1] !== undefined).map(p => p[0] + '=' + encodeURIComponent(p[1])).join('&');
  424. const ask = async msg => new Promise(resolve => setTimeout(() => resolve(window.confirm(msg)), 10));
  425. const toSnowflake = (date) => /:/.test(date) ? ((new Date(date).getTime() - 1420070400000) * Math.pow(2, 22)) : date;
  426. const replaceInterpolations = (str, obj, removeMissing = false) => str.replace(/\{\{([\w_]+)\}\}/g, (m, key) => obj[key] || (removeMissing ? '' : m));
  427.  
  428. const PREFIX$1 = '[UNDISCORD]';
  429.  
  430. /**
  431. * Delete all messages in a Discord channel or DM
  432. * @author Victornpb <https://www.github.com/victornpb>
  433. * @see https://github.com/victornpb/undiscord
  434. */
  435. class UndiscordCore {
  436.  
  437. options = {
  438. authToken: null, // Your authorization token
  439. authorId: null, // Author of the messages you want to delete
  440. guildId: null, // Server were the messages are located
  441. channelId: null, // Channel were the messages are located
  442. minId: null, // Only delete messages after this, leave blank do delete all
  443. maxId: null, // Only delete messages before this, leave blank do delete all
  444. content: null, // Filter messages that contains this text content
  445. hasLink: null, // Filter messages that contains link
  446. hasFile: null, // Filter messages that contains file
  447. includeNsfw: null, // Search in NSFW channels
  448. includePinned: null, // Delete messages that are pinned
  449. pattern: null, // Only delete messages that match the regex (insensitive)
  450. searchDelay: null, // Delay each time we fetch for more messages
  451. deleteDelay: null, // Delay between each delete operation
  452. maxAttempt: 2, // Attempts to delete a single message if it fails
  453. askForConfirmation: true,
  454. };
  455.  
  456. state = {
  457. running: false,
  458. delCount: 0,
  459. failCount: 0,
  460. grandTotal: 0,
  461. offset: 0,
  462. iterations: 0,
  463.  
  464. _seachResponse: null,
  465. _messagesToDelete: [],
  466. _skippedMessages: [],
  467. };
  468.  
  469. stats = {
  470. startTime: new Date(), // start time
  471. throttledCount: 0, // how many times you have been throttled
  472. throttledTotalTime: 0, // the total amount of time you spent being throttled
  473. lastPing: null, // the most recent ping
  474. avgPing: null, // average ping used to calculate the estimated remaining time
  475. etr: 0,
  476. };
  477.  
  478. // events
  479. onStart = undefined;
  480. onProgress = undefined;
  481. onStop = undefined;
  482.  
  483. resetState() {
  484. this.state = {
  485. running: false,
  486. delCount: 0,
  487. failCount: 0,
  488. grandTotal: 0,
  489. offset: 0,
  490. iterations: 0,
  491.  
  492. _seachResponse: null,
  493. _messagesToDelete: [],
  494. _skippedMessages: [],
  495. };
  496.  
  497. this.options.askForConfirmation = true;
  498. }
  499.  
  500. /** Automate the deletion process of multiple channels */
  501. async runBatch(queue) {
  502. if (this.state.running) return log.error('Already running!');
  503.  
  504. log.info(`Runnning batch with queue of ${queue.length} jobs`);
  505. for (let i = 0; i < queue.length; i++) {
  506. const job = queue[i];
  507. log.info('Starting job...', `(${i + 1}/${queue.length})`);
  508.  
  509. // set options
  510. this.options = {
  511. ...this.options, // keep current options
  512. ...job, // override with options for that job
  513. };
  514.  
  515. await this.run(true);
  516. if (!this.state.running) break;
  517.  
  518. log.info('Job ended.', `(${i + 1}/${queue.length})`);
  519. this.resetState();
  520. this.options.askForConfirmation = false;
  521. this.state.running = true; // continue running
  522. }
  523.  
  524. log.info('Batch finished.');
  525. this.state.running = false;
  526. }
  527.  
  528. /** Start the deletion process */
  529. async run(isJob = false) {
  530. if (this.state.running && !isJob) return log.error('Already running!');
  531.  
  532. this.state.running = true;
  533. this.stats.startTime = new Date();
  534.  
  535. log.success(`\nStarted at ${this.stats.startTime.toLocaleString()}`);
  536. log.debug(
  537. `authorId = "${redact(this.options.authorId)}"`,
  538. `guildId = "${redact(this.options.guildId)}"`,
  539. `channelId = "${redact(this.options.channelId)}"`,
  540. `minId = "${redact(this.options.minId)}"`,
  541. `maxId = "${redact(this.options.maxId)}"`,
  542. `hasLink = ${!!this.options.hasLink}`,
  543. `hasFile = ${!!this.options.hasFile}`,
  544. );
  545.  
  546. if (this.onStart) this.onStart(this.state, this.stats);
  547.  
  548. do {
  549. this.state.iterations++;
  550.  
  551. log.verb('Fetching messages...');
  552. // Search messages
  553. await this.search();
  554.  
  555. // Process results and find which messages should be deleted
  556. await this.filterResponse();
  557.  
  558. log.verb(
  559. `Grand total: ${this.state.grandTotal}`,
  560. `(Messages in current page: ${this.state._seachResponse.messages.length}`,
  561. `To be deleted: ${this.state._messagesToDelete.length}`,
  562. `Skipped: ${this.state._skippedMessages.length})`,
  563. `offset: ${this.state.offset}`
  564. );
  565. this.printStats();
  566.  
  567. // Calculate estimated time
  568. this.calcEtr();
  569. log.verb(`Estimated time remaining: ${msToHMS(this.stats.etr)}`);
  570.  
  571. // if there are messages to delete, delete them
  572. if (this.state._messagesToDelete.length > 0) {
  573.  
  574. if (await this.confirm() === false) {
  575. this.state.running = false; // break out of a job
  576. break; // immmediately stop this iteration
  577. }
  578.  
  579. await this.deleteMessagesFromList();
  580. }
  581. else if (this.state._skippedMessages.length > 0) {
  582. // There are stuff, but nothing to delete (example a page full of system messages)
  583. // check next page until we see a page with nothing in it (end of results).
  584. const oldOffset = this.state.offset;
  585. this.state.offset += this.state._skippedMessages.length;
  586. log.verb('There\'s nothing we can delete on this page, checking next page...');
  587. log.verb(`Skipped ${this.state._skippedMessages.length} out of ${this.state._seachResponse.messages.length} in this page.`, `(Offset was ${oldOffset}, ajusted to ${this.state.offset})`);
  588. }
  589. else {
  590. log.verb('Ended because API returned an empty page.');
  591. log.verb('[End state]', this.state);
  592. if (isJob) break; // break without stopping if this is part of a job
  593. this.state.running = false;
  594. }
  595.  
  596. // wait before next page (fix search page not updating fast enough)
  597. log.verb(`Waiting ${(this.options.searchDelay / 1000).toFixed(2)}s before next page...`);
  598. await wait(this.options.searchDelay);
  599.  
  600. } while (this.state.running);
  601.  
  602. this.stats.endTime = new Date();
  603. log.success(`Ended at ${this.stats.endTime.toLocaleString()}! Total time: ${msToHMS(this.stats.endTime.getTime() - this.stats.startTime.getTime())}`);
  604. this.printStats();
  605. log.debug(`Deleted ${this.state.delCount} messages, ${this.state.failCount} failed.\n`);
  606.  
  607. if (this.onStop) this.onStop(this.state, this.stats);
  608. }
  609.  
  610. stop() {
  611. this.state.running = false;
  612. if (this.onStop) this.onStop(this.state, this.stats);
  613. }
  614.  
  615. /** Calculate the estimated time remaining based on the current stats */
  616. calcEtr() {
  617. this.stats.etr = (this.options.searchDelay * Math.round(this.state.grandTotal / 25)) + ((this.options.deleteDelay + this.stats.avgPing) * this.state.grandTotal);
  618. }
  619.  
  620. /** As for confirmation in the beggining process */
  621. async confirm() {
  622. if (!this.options.askForConfirmation) return true;
  623.  
  624. log.verb('Waiting for your confirmation...');
  625. const preview = this.state._messagesToDelete.map(m => `${m.author.username}#${m.author.discriminator}: ${m.attachments.length ? '[ATTACHMENTS]' : m.content}`).join('\n');
  626.  
  627. const answer = await ask(
  628. `Do you want to delete ~${this.state.grandTotal} messages? (Estimated time: ${msToHMS(this.stats.etr)})` +
  629. '(The actual number of messages may be less, depending if you\'re using filters to skip some messages)' +
  630. '\n\n---- Preview ----\n' +
  631. preview
  632. );
  633.  
  634. if (!answer) {
  635. log.error('Aborted by you!');
  636. return false;
  637. }
  638. else {
  639. log.verb('OK');
  640. this.options.askForConfirmation = false; // do not ask for confirmation again on the next request
  641. return true;
  642. }
  643. }
  644.  
  645. async search() {
  646. let API_SEARCH_URL;
  647. if (this.options.guildId === '@me') API_SEARCH_URL = `https://discord.com/api/v9/channels/${this.options.channelId}/messages/`; // DMs
  648. else API_SEARCH_URL = `https://discord.com/api/v9/guilds/${this.options.guildId}/messages/`; // Server
  649.  
  650. let resp;
  651. try {
  652. this.beforeRequest();
  653. resp = await fetch(API_SEARCH_URL + 'search?' + queryString([
  654. ['author_id', this.options.authorId || undefined],
  655. ['channel_id', (this.options.guildId !== '@me' ? this.options.channelId : undefined) || undefined],
  656. ['min_id', this.options.minId ? toSnowflake(this.options.minId) : undefined],
  657. ['max_id', this.options.maxId ? toSnowflake(this.options.maxId) : undefined],
  658. ['sort_by', 'timestamp'],
  659. ['sort_order', 'desc'],
  660. ['offset', this.state.offset],
  661. ['has', this.options.hasLink ? 'link' : undefined],
  662. ['has', this.options.hasFile ? 'file' : undefined],
  663. ['content', this.options.content || undefined],
  664. ['include_nsfw', this.options.includeNsfw ? true : undefined],
  665. ]), {
  666. headers: {
  667. 'Authorization': this.options.authToken,
  668. }
  669. });
  670. this.afterRequest();
  671. } catch (err) {
  672. this.state.running = false;
  673. log.error('Search request threw an error:', err);
  674. throw err;
  675. }
  676.  
  677. // not indexed yet
  678. if (resp.status === 202) {
  679. let w = (await resp.json()).retry_after * 1000;
  680. w = w || this.stats.searchDelay; // Fix retry_after 0
  681. this.stats.throttledCount++;
  682. this.stats.throttledTotalTime += w;
  683. log.warn(`This channel isn't indexed yet. Waiting ${w}ms for discord to index it...`);
  684. await wait(w);
  685. return await this.search();
  686. }
  687.  
  688. if (!resp.ok) {
  689. // searching messages too fast
  690. if (resp.status === 429) {
  691. let w = (await resp.json()).retry_after * 1000;
  692. w = w || this.stats.searchDelay; // Fix retry_after 0
  693.  
  694. this.stats.throttledCount++;
  695. this.stats.throttledTotalTime += w;
  696. this.stats.searchDelay += w; // increase delay
  697. w = this.stats.searchDelay;
  698. log.warn(`Being rate limited by the API for ${w}ms! Increasing search delay...`);
  699. this.printStats();
  700. log.verb(`Cooling down for ${w * 2}ms before retrying...`);
  701.  
  702. await wait(w * 2);
  703. return await this.search();
  704. }
  705. else {
  706. this.state.running = false;
  707. log.error(`Error searching messages, API responded with status ${resp.status}!\n`, await resp.json());
  708. throw resp;
  709. }
  710. }
  711. const data = await resp.json();
  712. this.state._seachResponse = data;
  713. console.log(PREFIX$1, 'search', data);
  714. return data;
  715. }
  716.  
  717. async filterResponse() {
  718. const data = this.state._seachResponse;
  719.  
  720. // the search total will decrease as we delete stuff
  721. const total = data.total_results;
  722. if (total > this.state.grandTotal) this.state.grandTotal = total;
  723.  
  724. // search returns messages near the the actual message, only get the messages we searched for.
  725. const discoveredMessages = data.messages.map(convo => convo.find(message => message.hit === true));
  726.  
  727. // we can only delete some types of messages, system messages are not deletable.
  728. let messagesToDelete = discoveredMessages;
  729. messagesToDelete = messagesToDelete.filter(msg => msg.type === 0 || (msg.type >= 6 && msg.type <= 21));
  730. messagesToDelete = messagesToDelete.filter(msg => msg.pinned ? this.options.includePinned : true);
  731.  
  732. // custom filter of messages
  733. try {
  734. const regex = new RegExp(this.options.pattern, 'i');
  735. messagesToDelete = messagesToDelete.filter(msg => regex.test(msg.content));
  736. } catch (e) {
  737. log.warn('Ignoring RegExp because pattern is malformed!', e);
  738. }
  739.  
  740. // create an array containing everything we skipped. (used to calculate offset for next searches)
  741. const skippedMessages = discoveredMessages.filter(msg => !messagesToDelete.find(m => m.id === msg.id));
  742.  
  743. this.state._messagesToDelete = messagesToDelete;
  744. this.state._skippedMessages = skippedMessages;
  745.  
  746. console.log(PREFIX$1, 'filterResponse', this.state);
  747. }
  748.  
  749. async deleteMessagesFromList() {
  750. for (let i = 0; i < this.state._messagesToDelete.length; i++) {
  751. const message = this.state._messagesToDelete[i];
  752. if (!this.state.running) return log.error('Stopped by you!');
  753.  
  754. log.debug(
  755. // `${((this.state.delCount + 1) / this.state.grandTotal * 100).toFixed(2)}%`,
  756. `[${this.state.delCount + 1}/${this.state.grandTotal}] ` +
  757. `<sup>${new Date(message.timestamp).toLocaleString()}</sup> ` +
  758. `<b>${redact(message.author.username + '#' + message.author.discriminator)}</b>` +
  759. `: <i>${redact(message.content).replace(/\n/g, '↵')}</i>` +
  760. (message.attachments.length ? redact(JSON.stringify(message.attachments)) : ''),
  761. `<sup>{ID:${redact(message.id)}}</sup>`
  762. );
  763.  
  764. // Delete a single message (with retry)
  765. let attempt = 0;
  766. while (attempt < this.options.maxAttempt) {
  767. const result = await this.deleteMessage(message);
  768.  
  769. if (result === 'RETRY') {
  770. attempt++;
  771. log.verb(`Retrying in ${this.options.deleteDelay}ms... (${attempt}/${this.options.maxAttempt})`);
  772. await wait(this.options.deleteDelay);
  773. }
  774. else break;
  775. }
  776.  
  777. this.calcEtr();
  778. if (this.onProgress) this.onProgress(this.state, this.stats);
  779.  
  780. await wait(this.options.deleteDelay);
  781. }
  782. }
  783.  
  784. async deleteMessage(message) {
  785. const API_DELETE_URL = `https://discord.com/api/v9/channels/${message.channel_id}/messages/${message.id}`;
  786. let resp;
  787. try {
  788. this.beforeRequest();
  789. resp = await fetch(API_DELETE_URL, {
  790. method: 'DELETE',
  791. headers: {
  792. 'Authorization': this.options.authToken,
  793. },
  794. });
  795. this.afterRequest();
  796. } catch (err) {
  797. // no response error (e.g. network error)
  798. log.error('Delete request throwed an error:', err);
  799. log.verb('Related object:', redact(JSON.stringify(message)));
  800. this.state.failCount++;
  801. return 'FAILED';
  802. }
  803.  
  804. if (!resp.ok) {
  805. if (resp.status === 429) {
  806. // deleting messages too fast
  807. const w = (await resp.json()).retry_after * 1000;
  808. this.stats.throttledCount++;
  809. this.stats.throttledTotalTime += w;
  810. this.options.deleteDelay = w; // increase delay
  811. log.warn(`Being rate limited by the API for ${w}ms! Adjusted delete delay to ${this.options.deleteDelay}ms.`);
  812. this.printStats();
  813. log.verb(`Cooling down for ${w * 2}ms before retrying...`);
  814. await wait(w * 2);
  815. return 'RETRY';
  816. } else {
  817. const body = await resp.text();
  818.  
  819. try {
  820. const r = JSON.parse(body);
  821.  
  822. if (resp.status === 400 && r.code === 50083) {
  823. // 400 can happen if the thread is archived (code=50083)
  824. // in this case we need to "skip" this message from the next search
  825. // otherwise it will come up again in the next page (and fail to delete again)
  826. log.warn('Error deleting message (Thread is archived). Will increment offset so we don\'t search this in the next page...');
  827. this.state.offset++;
  828. this.state.failCount++;
  829. return 'FAIL_SKIP'; // Failed but we will skip it next time
  830. }
  831.  
  832. log.error(`Error deleting message, API responded with status ${resp.status}!`, r);
  833. log.verb('Related object:', redact(JSON.stringify(message)));
  834. this.state.failCount++;
  835. return 'FAILED';
  836. } catch (e) {
  837. log.error(`Fail to parse JSON. API responded with status ${resp.status}!`, body);
  838. }
  839. }
  840. }
  841.  
  842. this.state.delCount++;
  843. return 'OK';
  844. }
  845.  
  846. #beforeTs = 0; // used to calculate latency
  847. beforeRequest() {
  848. this.#beforeTs = Date.now();
  849. }
  850. afterRequest() {
  851. this.stats.lastPing = (Date.now() - this.#beforeTs);
  852. this.stats.avgPing = this.stats.avgPing > 0 ? (this.stats.avgPing * 0.9) + (this.stats.lastPing * 0.1) : this.stats.lastPing;
  853. }
  854.  
  855. printStats() {
  856. log.verb(
  857. `Delete delay: ${this.options.deleteDelay}ms, Search delay: ${this.options.searchDelay}ms`,
  858. `Last Ping: ${this.stats.lastPing}ms, Average Ping: ${this.stats.avgPing | 0}ms`,
  859. );
  860. log.verb(
  861. `Rate Limited: ${this.stats.throttledCount} times.`,
  862. `Total time throttled: ${msToHMS(this.stats.throttledTotalTime)}.`
  863. );
  864. }
  865. }
  866.  
  867. const MOVE = 0;
  868. const RESIZE_T = 1;
  869. const RESIZE_B = 2;
  870. const RESIZE_L = 4;
  871. const RESIZE_R = 8;
  872. const RESIZE_TL = RESIZE_T + RESIZE_L;
  873. const RESIZE_TR = RESIZE_T + RESIZE_R;
  874. const RESIZE_BL = RESIZE_B + RESIZE_L;
  875. const RESIZE_BR = RESIZE_B + RESIZE_R;
  876.  
  877. /**
  878. * Make an element draggable/resizable
  879. * @author Victor N. wwww.vitim.us
  880. */
  881. class DragResize {
  882. constructor({ elm, moveHandle, options }) {
  883. this.options = defaultArgs({
  884. enabledDrag: true,
  885. enabledResize: true,
  886. minWidth: 200,
  887. maxWidth: Infinity,
  888. minHeight: 100,
  889. maxHeight: Infinity,
  890. dragAllowX: true,
  891. dragAllowY: true,
  892. resizeAllowX: true,
  893. resizeAllowY: true,
  894. draggingClass: 'drag',
  895. useMouseEvents: true,
  896. useTouchEvents: true,
  897. createHandlers: true,
  898. }, options);
  899. Object.assign(this, options);
  900. options = undefined;
  901.  
  902. elm.style.position = 'fixed';
  903.  
  904. this.drag_m = new Draggable(elm, moveHandle, MOVE, this.options);
  905.  
  906. if (this.options.createHandlers) {
  907. this.el_t = createElement('div', { name: 'grab-t' }, elm);
  908. this.drag_t = new Draggable(elm, this.el_t, RESIZE_T, this.options);
  909. this.el_r = createElement('div', { name: 'grab-r' }, elm);
  910. this.drag_r = new Draggable(elm, this.el_r, RESIZE_R, this.options);
  911. this.el_b = createElement('div', { name: 'grab-b' }, elm);
  912. this.drag_b = new Draggable(elm, this.el_b, RESIZE_B, this.options);
  913. this.el_l = createElement('div', { name: 'grab-l' }, elm);
  914. this.drag_l = new Draggable(elm, this.el_l, RESIZE_L, this.options);
  915. this.el_tl = createElement('div', { name: 'grab-tl' }, elm);
  916. this.drag_tl = new Draggable(elm, this.el_tl, RESIZE_TL, this.options);
  917. this.el_tr = createElement('div', { name: 'grab-tr' }, elm);
  918. this.drag_tr = new Draggable(elm, this.el_tr, RESIZE_TR, this.options);
  919. this.el_br = createElement('div', { name: 'grab-br' }, elm);
  920. this.drag_br = new Draggable(elm, this.el_br, RESIZE_BR, this.options);
  921. this.el_bl = createElement('div', { name: 'grab-bl' }, elm);
  922. this.drag_bl = new Draggable(elm, this.el_bl, RESIZE_BL, this.options);
  923. }
  924. }
  925. }
  926.  
  927. class Draggable {
  928. constructor(targetElm, handleElm, op, options) {
  929. Object.assign(this, options);
  930. options = undefined;
  931.  
  932. this._targetElm = targetElm;
  933. this._handleElm = handleElm;
  934.  
  935. let vw = window.innerWidth;
  936. let vh = window.innerHeight;
  937. let initialX, initialY, initialT, initialL, initialW, initialH;
  938.  
  939. const clamp = (value, min, max) => value < min ? min : value > max ? max : value;
  940.  
  941. const moveOp = (x, y) => {
  942. const deltaX = (x - initialX);
  943. const deltaY = (y - initialY);
  944. const t = clamp(initialT + deltaY, 0, vh - initialH);
  945. const l = clamp(initialL + deltaX, 0, vw - initialW);
  946. this._targetElm.style.top = t + 'px';
  947. this._targetElm.style.left = l + 'px';
  948. };
  949.  
  950. const resizeOp = (x, y) => {
  951. x = clamp(x, 0, vw);
  952. y = clamp(y, 0, vh);
  953. const deltaX = (x - initialX);
  954. const deltaY = (y - initialY);
  955. const resizeDirX = (op & RESIZE_L) ? -1 : 1;
  956. const resizeDirY = (op & RESIZE_T) ? -1 : 1;
  957. const deltaXMax = (this.maxWidth - initialW);
  958. const deltaXMin = (this.minWidth - initialW);
  959. const deltaYMax = (this.maxHeight - initialH);
  960. const deltaYMin = (this.minHeight - initialH);
  961. const t = initialT + clamp(deltaY * resizeDirY, deltaYMin, deltaYMax) * resizeDirY;
  962. const l = initialL + clamp(deltaX * resizeDirX, deltaXMin, deltaXMax) * resizeDirX;
  963. const w = initialW + clamp(deltaX * resizeDirX, deltaXMin, deltaXMax);
  964. const h = initialH + clamp(deltaY * resizeDirY, deltaYMin, deltaYMax);
  965. if (op & RESIZE_T) { // resize ↑
  966. this._targetElm.style.top = t + 'px';
  967. this._targetElm.style.height = h + 'px';
  968. }
  969. if (op & RESIZE_B) { // resize ↓
  970. this._targetElm.style.height = h + 'px';
  971. }
  972. if (op & RESIZE_L) { // resize ←
  973. this._targetElm.style.left = l + 'px';
  974. this._targetElm.style.width = w + 'px';
  975. }
  976. if (op & RESIZE_R) { // resize →
  977. this._targetElm.style.width = w + 'px';
  978. }
  979. };
  980.  
  981. let operation = op === MOVE ? moveOp : resizeOp;
  982.  
  983. function dragStartHandler(e) {
  984. const touch = e.type === 'touchstart';
  985. if ((e.buttons === 1 || e.which === 1) || touch) {
  986. e.preventDefault();
  987. const x = touch ? e.touches[0].clientX : e.clientX;
  988. const y = touch ? e.touches[0].clientY : e.clientY;
  989. initialX = x;
  990. initialY = y;
  991. vw = window.innerWidth;
  992. vh = window.innerHeight;
  993. initialT = this._targetElm.offsetTop;
  994. initialL = this._targetElm.offsetLeft;
  995. initialW = this._targetElm.clientWidth;
  996. initialH = this._targetElm.clientHeight;
  997. if (this.useMouseEvents) {
  998. document.addEventListener('mousemove', this._dragMoveHandler);
  999. document.addEventListener('mouseup', this._dragEndHandler);
  1000. }
  1001. if (this.useTouchEvents) {
  1002. document.addEventListener('touchmove', this._dragMoveHandler, { passive: false });
  1003. document.addEventListener('touchend', this._dragEndHandler);
  1004. }
  1005. this._targetElm.classList.add(this.draggingClass);
  1006. }
  1007. }
  1008.  
  1009. function dragMoveHandler(e) {
  1010. e.preventDefault();
  1011. let x, y;
  1012. const touch = e.type === 'touchmove';
  1013. if (touch) {
  1014. const t = e.touches[0];
  1015. x = t.clientX;
  1016. y = t.clientY;
  1017. } else { //mouse
  1018. // If the button is not down, dispatch a "fake" mouse up event, to stop listening to mousemove
  1019. // This happens when the mouseup is not captured (outside the browser)
  1020. if ((e.buttons || e.which) !== 1) {
  1021. this._dragEndHandler();
  1022. return;
  1023. }
  1024. x = e.clientX;
  1025. y = e.clientY;
  1026. }
  1027. // perform drag / resize operation
  1028. operation(x, y);
  1029. }
  1030.  
  1031. function dragEndHandler(e) {
  1032. if (this.useMouseEvents) {
  1033. document.removeEventListener('mousemove', this._dragMoveHandler);
  1034. document.removeEventListener('mouseup', this._dragEndHandler);
  1035. }
  1036. if (this.useTouchEvents) {
  1037. document.removeEventListener('touchmove', this._dragMoveHandler);
  1038. document.removeEventListener('touchend', this._dragEndHandler);
  1039. }
  1040. this._targetElm.classList.remove(this.draggingClass);
  1041. }
  1042.  
  1043. // We need to bind the handlers to this instance
  1044. this._dragStartHandler = dragStartHandler.bind(this);
  1045. this._dragMoveHandler = dragMoveHandler.bind(this);
  1046. this._dragEndHandler = dragEndHandler.bind(this);
  1047.  
  1048. this.enable();
  1049. }
  1050.  
  1051. /** Turn on the drag and drop of the instance */
  1052. enable() {
  1053. this.destroy(); // prevent events from getting binded twice
  1054. if (this.useMouseEvents) this._handleElm.addEventListener('mousedown', this._dragStartHandler);
  1055. if (this.useTouchEvents) this._handleElm.addEventListener('touchstart', this._dragStartHandler, { passive: false });
  1056. }
  1057.  
  1058. /** Teardown all events bound to the document and elements. You can resurrect this instance by calling enable() */
  1059. destroy() {
  1060. this._targetElm.classList.remove(this.draggingClass);
  1061. if (this.useMouseEvents) {
  1062. this._handleElm.removeEventListener('mousedown', this._dragStartHandler);
  1063. document.removeEventListener('mousemove', this._dragMoveHandler);
  1064. document.removeEventListener('mouseup', this._dragEndHandler);
  1065. }
  1066. if (this.useTouchEvents) {
  1067. this._handleElm.removeEventListener('touchstart', this._dragStartHandler);
  1068. document.removeEventListener('touchmove', this._dragMoveHandler);
  1069. document.removeEventListener('touchend', this._dragEndHandler);
  1070. }
  1071. }
  1072. }
  1073.  
  1074. function createElement(tag='div', attrs, parent) {
  1075. const elm = document.createElement(tag);
  1076. if (attrs) Object.entries(attrs).forEach(([k, v]) => elm.setAttribute(k, v));
  1077. if (parent) parent.appendChild(elm);
  1078. return elm;
  1079. }
  1080.  
  1081. function defaultArgs(defaults, options) {
  1082. function isObj(x) { return x !== null && typeof x === 'object'; }
  1083. function hasOwn(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
  1084. if (isObj(options)) for (let prop in defaults) {
  1085. if (hasOwn(defaults, prop) && hasOwn(options, prop) && options[prop] !== undefined) {
  1086. if (isObj(defaults[prop])) defaultArgs(defaults[prop], options[prop]);
  1087. else defaults[prop] = options[prop];
  1088. }
  1089. }
  1090. return defaults;
  1091. }
  1092.  
  1093. function createElm(html) {
  1094. const temp = document.createElement('div');
  1095. temp.innerHTML = html;
  1096. return temp.removeChild(temp.firstElementChild);
  1097. }
  1098.  
  1099. function insertCss(css) {
  1100. const style = document.createElement('style');
  1101. style.appendChild(document.createTextNode(css));
  1102. document.head.appendChild(style);
  1103. return style;
  1104. }
  1105.  
  1106. const messagePickerCss = `
  1107. body.undiscord-pick-message [data-list-id="chat-messages"] {
  1108. background-color: var(--background-secondary-alt);
  1109. box-shadow: inset 0 0 0px 2px var(--button-outline-brand-border);
  1110. }
  1111.  
  1112. body.undiscord-pick-message [id^="message-content-"]:hover {
  1113. cursor: pointer;
  1114. cursor: cell;
  1115. background: var(--background-message-automod-hover);
  1116. }
  1117. body.undiscord-pick-message [id^="message-content-"]:hover::after {
  1118. position: absolute;
  1119. top: calc(50% - 11px);
  1120. left: 4px;
  1121. z-index: 1;
  1122. width: 65px;
  1123. height: 22px;
  1124. line-height: 22px;
  1125. font-family: var(--font-display);
  1126. background-color: var(--button-secondary-background);
  1127. color: var(--header-secondary);
  1128. font-size: 12px;
  1129. font-weight: 500;
  1130. text-transform: uppercase;
  1131. text-align: center;
  1132. border-radius: 3px;
  1133. content: 'This 👉';
  1134. }
  1135. body.undiscord-pick-message.before [id^="message-content-"]:hover::after {
  1136. content: 'Before 👆';
  1137. }
  1138. body.undiscord-pick-message.after [id^="message-content-"]:hover::after {
  1139. content: 'After 👇';
  1140. }
  1141. `;
  1142.  
  1143. const messagePicker = {
  1144. init() {
  1145. insertCss(messagePickerCss);
  1146. },
  1147. grab(auxiliary) {
  1148. return new Promise((resolve, reject) => {
  1149. document.body.classList.add('undiscord-pick-message');
  1150. if (auxiliary) document.body.classList.add(auxiliary);
  1151. function clickHandler(e) {
  1152. const message = e.target.closest('[id^="message-content-"]');
  1153. if (message) {
  1154. e.preventDefault();
  1155. e.stopPropagation();
  1156. e.stopImmediatePropagation();
  1157. if (auxiliary) document.body.classList.remove(auxiliary);
  1158. document.body.classList.remove('undiscord-pick-message');
  1159. document.removeEventListener('click', clickHandler);
  1160. try {
  1161. resolve(message.id.match(/message-content-(\d+)/)[1]);
  1162. } catch (e) {
  1163. resolve(null);
  1164. }
  1165. }
  1166. }
  1167. document.addEventListener('click', clickHandler);
  1168. });
  1169. }
  1170. };
  1171. window.messagePicker = messagePicker;
  1172.  
  1173. function getToken() {
  1174. window.dispatchEvent(new Event('beforeunload'));
  1175. const LS = document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage;
  1176. try {
  1177. return JSON.parse(LS.token);
  1178. } catch {
  1179. log.info('Could not automatically detect Authorization Token in local storage!');
  1180. log.info('Attempting to grab token using webpack');
  1181. return (window.webpackChunkdiscord_app.push([[''], {}, e => { window.m = []; for (let c in e.c) window.m.push(e.c[c]); }]), window.m).find(m => m?.exports?.default?.getToken !== void 0).exports.default.getToken();
  1182. }
  1183. }
  1184.  
  1185. function getAuthorId() {
  1186. const LS = document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage;
  1187. return JSON.parse(LS.user_id_cache);
  1188. }
  1189.  
  1190. function getGuildId() {
  1191. const m = location.href.match(/channels\/([\w@]+)\/(\d+)/);
  1192. if (m) return m[1];
  1193. else alert('Could not find the Guild ID!\nPlease make sure you are on a Server or DM.');
  1194. }
  1195.  
  1196. function getChannelId() {
  1197. const m = location.href.match(/channels\/([\w@]+)\/(\d+)/);
  1198. if (m) return m[2];
  1199. else alert('Could not find the Channel ID!\nPlease make sure you are on a Channel or DM.');
  1200. }
  1201.  
  1202. function fillToken() {
  1203. try {
  1204. return getToken();
  1205. } catch (err) {
  1206. log.verb(err);
  1207. log.error('Could not automatically detect Authorization Token!');
  1208. log.info('Please make sure Undiscord is up to date');
  1209. log.debug('Alternatively, you can try entering a Token manually in the "Advanced Settings" section.');
  1210. }
  1211. return '';
  1212. }
  1213.  
  1214. const PREFIX = '[UNDISCORD]';
  1215.  
  1216. // -------------------------- User interface ------------------------------- //
  1217.  
  1218. // links
  1219. const HOME = 'https://github.com/victornpb/undiscord';
  1220. const WIKI = 'https://github.com/victornpb/undiscord/wiki';
  1221.  
  1222. const undiscordCore = new UndiscordCore();
  1223. messagePicker.init();
  1224.  
  1225. const ui = {
  1226. undiscordWindow: null,
  1227. undiscordBtn: null,
  1228. logArea: null,
  1229. autoScroll: null,
  1230.  
  1231. // progress handler
  1232. progressMain: null,
  1233. progressIcon: null,
  1234. percent: null,
  1235. };
  1236. const $ = s => ui.undiscordWindow.querySelector(s);
  1237.  
  1238. function initUI() {
  1239.  
  1240. insertCss(themeCss);
  1241. insertCss(mainCss);
  1242. insertCss(dragCss);
  1243.  
  1244. // create undiscord window
  1245. const undiscordUI = replaceInterpolations(undiscordTemplate, {
  1246. VERSION,
  1247. HOME,
  1248. WIKI,
  1249. });
  1250. ui.undiscordWindow = createElm(undiscordUI);
  1251. document.body.appendChild(ui.undiscordWindow);
  1252.  
  1253. // enable drag and resize on undiscord window
  1254. new DragResize({ elm: ui.undiscordWindow, moveHandle: $('.header') });
  1255.  
  1256. // create undiscord Trash icon
  1257. ui.undiscordBtn = createElm(buttonHtml);
  1258. ui.undiscordBtn.onclick = toggleWindow;
  1259. function mountBtn() {
  1260. const toolbar = document.querySelector('#app-mount [class^=toolbar]');
  1261. if (toolbar) toolbar.appendChild(ui.undiscordBtn);
  1262. }
  1263. mountBtn();
  1264. // watch for changes and re-mount button if necessary
  1265. const discordElm = document.querySelector('#app-mount');
  1266. let observerThrottle = null;
  1267. const observer = new MutationObserver((_mutationsList, _observer) => {
  1268. if (observerThrottle) return;
  1269. observerThrottle = setTimeout(() => {
  1270. observerThrottle = null;
  1271. if (!discordElm.contains(ui.undiscordBtn)) mountBtn(); // re-mount the button to the toolbar
  1272. }, 3000);
  1273. });
  1274. observer.observe(discordElm, { attributes: false, childList: true, subtree: true });
  1275.  
  1276. function toggleWindow() {
  1277. if (ui.undiscordWindow.style.display !== 'none') {
  1278. ui.undiscordWindow.style.display = 'none';
  1279. ui.undiscordBtn.style.color = 'var(--interactive-normal)';
  1280. }
  1281. else {
  1282. ui.undiscordWindow.style.display = '';
  1283. ui.undiscordBtn.style.color = 'var(--interactive-active)';
  1284. }
  1285. }
  1286.  
  1287. // cached elements
  1288. ui.logArea = $('#logArea');
  1289. ui.autoScroll = $('#autoScroll');
  1290. ui.progressMain = $('#progressBar');
  1291. ui.progressIcon = ui.undiscordBtn.querySelector('progress');
  1292. ui.percent = $('#progressPercent');
  1293.  
  1294. // register event listeners
  1295. $('#hide').onclick = toggleWindow;
  1296. $('#toggleSidebar').onclick = ()=> ui.undiscordWindow.classList.toggle('hide-sidebar');
  1297. $('button#start').onclick = startAction;
  1298. $('button#stop').onclick = stopAction;
  1299. $('button#clear').onclick = () => ui.logArea.innerHTML = '';
  1300. $('button#getAuthor').onclick = () => $('input#authorId').value = getAuthorId();
  1301. $('button#getGuild').onclick = () => {
  1302. const guildId = $('input#guildId').value = getGuildId();
  1303. if (guildId === '@me') $('input#channelId').value = getChannelId();
  1304. };
  1305. $('button#getChannel').onclick = () => {
  1306. $('input#channelId').value = getChannelId();
  1307. $('input#guildId').value = getGuildId();
  1308. };
  1309. $('#redact').onchange = () => {
  1310. const b = ui.undiscordWindow.classList.toggle('redact');
  1311. if (b) alert('This mode will attempt to hide personal information, so you can screen share / take screenshots.\nAlways double check you are not sharing sensitive information!');
  1312. };
  1313. $('#pickMessageAfter').onclick = async () => {
  1314. alert('Select a message on the chat.\nThe message below it will be deleted.');
  1315. toggleWindow();
  1316. const id = await messagePicker.grab('after');
  1317. if (id) $('input#minId').value = id;
  1318. toggleWindow();
  1319. };
  1320. $('#pickMessageBefore').onclick = async () => {
  1321. alert('Select a message on the chat.\nThe message above it will be deleted.');
  1322. toggleWindow();
  1323. const id = await messagePicker.grab('before');
  1324. if (id) $('input#maxId').value = id;
  1325. toggleWindow();
  1326. };
  1327. $('button#getToken').onclick = () => $('input#token').value = fillToken();
  1328.  
  1329. // sync delays
  1330. $('input#searchDelay').onchange = (e) => {
  1331. const v = parseInt(e.target.value);
  1332. if (v) undiscordCore.options.searchDelay = v;
  1333. };
  1334. $('input#deleteDelay').onchange = (e) => {
  1335. const v = parseInt(e.target.value);
  1336. if (v) undiscordCore.options.deleteDelay = v;
  1337. };
  1338.  
  1339. $('input#searchDelay').addEventListener('input', (event) => {
  1340. $('div#searchDelayValue').textContent = event.target.value + 'ms';
  1341. });
  1342. $('input#deleteDelay').addEventListener('input', (event) => {
  1343. $('div#deleteDelayValue').textContent = event.target.value + 'ms';
  1344. });
  1345.  
  1346. // import json
  1347. const fileSelection = $('input#importJsonInput');
  1348. fileSelection.onchange = async () => {
  1349. const files = fileSelection.files;
  1350.  
  1351. // No files added
  1352. if (files.length === 0) return log.warn('No file selected.');
  1353.  
  1354. // Get channel id field to set it later
  1355. const channelIdField = $('input#channelId');
  1356.  
  1357. // Force the guild id to be ourself (@me)
  1358. const guildIdField = $('input#guildId');
  1359. guildIdField.value = '@me';
  1360.  
  1361. // Set author id in case its not set already
  1362. $('input#authorId').value = getAuthorId();
  1363. try {
  1364. const file = files[0];
  1365. const text = await file.text();
  1366. const json = JSON.parse(text);
  1367. const channelIds = Object.keys(json);
  1368. channelIdField.value = channelIds.join(',');
  1369. log.info(`Loaded ${channelIds.length} channels.`);
  1370. } catch(err) {
  1371. log.error('Error parsing file!', err);
  1372. }
  1373. };
  1374.  
  1375. // redirect console logs to inside the window after setting up the UI
  1376. setLogFn(printLog);
  1377.  
  1378. setupUndiscordCore();
  1379. }
  1380.  
  1381. function printLog(type = '', args) {
  1382. ui.logArea.insertAdjacentHTML('beforeend', `<div class="log log-${type}">${Array.from(args).map(o => typeof o === 'object' ? JSON.stringify(o, o instanceof Error && Object.getOwnPropertyNames(o)) : o).join('\t')}</div>`);
  1383. if (ui.autoScroll.checked) ui.logArea.querySelector('div:last-child').scrollIntoView(false);
  1384. if (type==='error') console.error(PREFIX, ...Array.from(args));
  1385. }
  1386.  
  1387. function setupUndiscordCore() {
  1388.  
  1389. undiscordCore.onStart = (state, stats) => {
  1390. console.log(PREFIX, 'onStart', state, stats);
  1391. $('#start').disabled = true;
  1392. $('#stop').disabled = false;
  1393.  
  1394. ui.undiscordBtn.classList.add('running');
  1395. ui.progressMain.style.display = 'block';
  1396. ui.percent.style.display = 'block';
  1397. };
  1398.  
  1399. undiscordCore.onProgress = (state, stats) => {
  1400. // console.log(PREFIX, 'onProgress', state, stats);
  1401. let max = state.grandTotal;
  1402. const value = state.delCount + state.failCount;
  1403. max = Math.max(max, value, 0); // clamp max
  1404.  
  1405. // status bar
  1406. const percent = value >= 0 && max ? Math.round(value / max * 100) + '%' : '';
  1407. const elapsed = msToHMS(Date.now() - stats.startTime.getTime());
  1408. const remaining = msToHMS(stats.etr);
  1409. ui.percent.innerHTML = `${percent} (${value}/${max}) Elapsed: ${elapsed} Remaining: ${remaining}`;
  1410.  
  1411. ui.progressIcon.value = value;
  1412. ui.progressMain.value = value;
  1413.  
  1414. // indeterminate progress bar
  1415. if (max) {
  1416. ui.progressIcon.setAttribute('max', max);
  1417. ui.progressMain.setAttribute('max', max);
  1418. } else {
  1419. ui.progressIcon.removeAttribute('value');
  1420. ui.progressMain.removeAttribute('value');
  1421. ui.percent.innerHTML = '...';
  1422. }
  1423.  
  1424. // update delays
  1425. const searchDelayInput = $('input#searchDelay');
  1426. searchDelayInput.value = undiscordCore.options.searchDelay;
  1427. $('div#searchDelayValue').textContent = undiscordCore.options.searchDelay+'ms';
  1428.  
  1429. const deleteDelayInput = $('input#deleteDelay');
  1430. deleteDelayInput.value = undiscordCore.options.deleteDelay;
  1431. $('div#deleteDelayValue').textContent = undiscordCore.options.deleteDelay+'ms';
  1432. };
  1433.  
  1434. undiscordCore.onStop = (state, stats) => {
  1435. console.log(PREFIX, 'onStop', state, stats);
  1436. $('#start').disabled = false;
  1437. $('#stop').disabled = true;
  1438. ui.undiscordBtn.classList.remove('running');
  1439. ui.progressMain.style.display = 'none';
  1440. ui.percent.style.display = 'none';
  1441. };
  1442. }
  1443.  
  1444. async function startAction() {
  1445. console.log(PREFIX, 'startAction');
  1446. // general
  1447. const authorId = $('input#authorId').value.trim();
  1448. const guildId = $('input#guildId').value.trim();
  1449. const channelIds = $('input#channelId').value.trim().split(/\s*,\s*/);
  1450. const includeNsfw = $('input#includeNsfw').checked;
  1451. // filter
  1452. const content = $('input#search').value.trim();
  1453. const hasLink = $('input#hasLink').checked;
  1454. const hasFile = $('input#hasFile').checked;
  1455. const includePinned = $('input#includePinned').checked;
  1456. const pattern = $('input#pattern').value;
  1457. // message interval
  1458. const minId = $('input#minId').value.trim();
  1459. const maxId = $('input#maxId').value.trim();
  1460. // date range
  1461. const minDate = $('input#minDate').value.trim();
  1462. const maxDate = $('input#maxDate').value.trim();
  1463. //advanced
  1464. const searchDelay = parseInt($('input#searchDelay').value.trim());
  1465. const deleteDelay = parseInt($('input#deleteDelay').value.trim());
  1466. // token
  1467. const authToken = $('input#token').value.trim() || fillToken();
  1468. if (!authToken) return; // get token already logs an error.
  1469. // validate input
  1470. if (!guildId) return log.error('You must fill the "Server ID" field!');
  1471. // clear logArea
  1472. ui.logArea.innerHTML = '';
  1473.  
  1474. undiscordCore.resetState();
  1475. undiscordCore.options = {
  1476. ...undiscordCore.options,
  1477. authToken,
  1478. authorId,
  1479. guildId,
  1480. channelId: channelIds.length === 1 ? channelIds[0] : undefined, // single or multiple channel
  1481. minId: minId || minDate,
  1482. maxId: maxId || maxDate,
  1483. content,
  1484. hasLink,
  1485. hasFile,
  1486. includeNsfw,
  1487. includePinned,
  1488. pattern,
  1489. searchDelay,
  1490. deleteDelay,
  1491. // maxAttempt: 2,
  1492. };
  1493. if (channelIds.length > 1) {
  1494. const jobs = channelIds.map(ch => ({
  1495. guildId: guildId,
  1496. channelId: ch,
  1497. }));
  1498.  
  1499. try {
  1500. await undiscordCore.runBatch(jobs);
  1501. } catch (err) {
  1502. log.error('CoreException', err);
  1503. }
  1504. }
  1505. // single channel
  1506. else {
  1507. try {
  1508. await undiscordCore.run();
  1509. } catch (err) {
  1510. log.error('CoreException', err);
  1511. undiscordCore.stop();
  1512. }
  1513. }
  1514. }
  1515.  
  1516. function stopAction() {
  1517. console.log(PREFIX, 'stopAction');
  1518. undiscordCore.stop();
  1519. }
  1520.  
  1521. // ---- END Undiscord ----
  1522.  
  1523. initUI();
  1524.  
  1525. })();