added filter for stackoverflow to hide editor

main
Lee Hanken 2022-11-05 02:04:22 +00:00
parent 3e7c7f5a83
commit b595ddec2a
1 changed files with 2 additions and 2 deletions

View File

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