added filter for stackoverflow to hide editor

main
Lee Hanken 2022-11-05 02:22:55 +00:00
parent bbdc475460
commit f7e7f86700
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = {
{ {
domain: /(?:.*\.)?stackoverflow\.com/, domain: /(?:.*\.)?stackoverflow\.com/,
remove: [ remove: [
/\* +Links.*Three +\|/s /\* +Links(.|\r|\n)*Three +\|/g
] ]
} }
], ],