Skip to content

Commit

Permalink
Merge pull request #335 from SethFalco/url-match
Browse files Browse the repository at this point in the history
fix: stricter url matching
  • Loading branch information
victornpb authored Apr 26, 2022
2 parents fa9c674 + 08e0d24 commit ed567fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deleteDiscordMessages.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
// @description Extends the discord interface so you can mass delete messages from discord
// @namespace https://github.com/victornpb/deleteDiscordMessages
// @version 4.2
// @match https://*.discord.com/*
// @match https://discord.com/app
// @match https://discord.com/channels/*
// @match https://discord.com/login
// @match https://ptb.discord.com/app
// @match https://ptb.discord.com/channels/*
// @match https://ptb.discord.com/login
// @match https://canary.discord.com/app
// @match https://canary.discord.com/channels/*
// @match https://canary.discord.com/login
// @downloadURL https://raw.githubusercontent.com/victornpb/deleteDiscordMessages/master/deleteDiscordMessages.user.js
// @homepageURL https://github.com/victornpb/deleteDiscordMessages
// @supportURL https://github.com/victornpb/deleteDiscordMessages/issues
Expand Down

0 comments on commit ed567fb

Please sign in to comment.