added filter for stackoverflow to hide editor

main
Lee Hanken 2022-11-05 02:01:47 +00:00
parent 39252b527f
commit 3e7c7f5a83
1 changed files with 4 additions and 7 deletions

View File

@ -41,17 +41,14 @@ module.exports = {
replace: [ replace: [
{ {
find: '(https://miro.medium.com/max/60/', find: '(https://miro.medium.com/max/60/',
replacement: '(https://miro.medium.com/max/600/' lsquo replacement: '(https://miro.medium.com/max/600/'
} }
] ]
}, },
{ {
domain: /(?:.*\.)?stackoverflow\.com/, domain: /stackoverflow\.com/,
replace: [ remove: [
{ /\*\s+Links.*Three\s+\|/g
find: /\* Links.*Three \|/ig,
replacement: ''
}
] ]
} }
], ],