diff --git a/src/core/ChatProvider.js b/src/core/ChatProvider.js index 40d23cd..35f8c7b 100644 --- a/src/core/ChatProvider.js +++ b/src/core/ChatProvider.js @@ -30,7 +30,12 @@ class ChatProvider { matches: 3, }, ]; - this.substitutes = []; + this.substitutes = [ + { + regexp: /http[s]?:\/\/(old.)?pixelplanet\.fun\/#/g, + replace: '#', + }, + ]; this.mutedCountries = []; }