Skip to content

Commit

Permalink
Added wildcard to domain to handle query params
Browse files Browse the repository at this point in the history
  • Loading branch information
AppeazeTheCheese committed Nov 15, 2023
1 parent d7cf9c3 commit fae6752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/fire_extra.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @author double-beep
// @contributor Xnero
// @description Watch, blacklist and see domain stats directly from the FIRE popup!
// @match https://chat.stackexchange.com/rooms/11540/charcoal-hq
// @match https://chat.stackexchange.com/rooms/11540/charcoal-hq*
// @match https://chat.stackexchange.com/transcript/11540*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
// @author double-beep
// @contributor Xnero
// @description Watch, blacklist and see domain stats directly from the FIRE popup!
// @match https://chat.stackexchange.com/rooms/11540/charcoal-hq
// @match https://chat.stackexchange.com/rooms/11540/charcoal-hq*
// @match https://chat.stackexchange.com/transcript/11540*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand Down

0 comments on commit fae6752

Please sign in to comment.