From 44d397734add935d79d6c865526975ccef3534ac Mon Sep 17 00:00:00 2001 From: victornpb <3372598+victornpb@users.noreply.github.com> Date: Sun, 8 May 2022 23:06:44 -0300 Subject: [PATCH] build --- deleteDiscordMessages.user.js | 15 +++++++-------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/deleteDiscordMessages.user.js b/deleteDiscordMessages.user.js index dd9da9a8..bb939e95 100644 --- a/deleteDiscordMessages.user.js +++ b/deleteDiscordMessages.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Undiscord // @description Delete all messages in a Discord channel or DM (Bulk deletion) -// @version 5.0.2 +// @version 5.0.3 // @author victornpb // @homepageURL https://github.com/victornpb/undiscord // @supportURL https://github.com/victornpb/undiscord/issues @@ -17,7 +17,7 @@ (function () { 'use strict'; - var version = "5.0.2"; + var version = "5.0.3"; var discordStyles = (` /* undiscord window */ @@ -304,12 +304,12 @@ right: 10px; display: flex; flex-direction: column; - width: 610px; + width:800px; + height: 80vh; min-width: 610px; - max-width: 100%; - height: 448px; + max-width: 100vw; min-height: 448px; - max-height: 100%; + max-height: 100vh; color: var(--text-normal); border-radius: 4px; background-color: var(--background-secondary); @@ -678,7 +678,6 @@
                 
-
Tell me what you think about this update
Star this project on GitHub!
Issues or help
@@ -692,6 +691,7 @@ + `); /** @@ -1399,7 +1399,6 @@ body.undiscord-pick-message.after [id^="message-content-"]:hover::after { // validate input if (!authToken) return logger('error', ['Could not detect the authorization token!']) || logger('info', ['Please make sure Undiscord is up to date']); - else if (!authorId) return logger('error', ['You must provide an Author ID!']); else if (!guildId) return logger('error', ['You must provide a Server ID!']); for (let i = 0; i < channelIds.length; i++) { diff --git a/package-lock.json b/package-lock.json index 0542deda..8382efbf 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "undiscord", - "version": "5.0.0", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "undiscord", - "version": "5.0.0", + "version": "5.0.3", "license": "MIT", "devDependencies": { "@babel/core": "^7.17.9", diff --git a/package.json b/package.json index c5205fcb..ca3a1d08 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "contributionURL": "https://www.buymeacoffee.com/vitim", "grant": "none" }, - "version": "5.0.2", + "version": "5.0.3", "description": "Delete all messages in a Discord channel or DM (Bulk deletion)", "license": "MIT", "engines": {