added filter for stackoverflow to hide editor

main
Lee Hanken 2022-11-05 01:52:35 +00:00
parent b73a9cef1b
commit 39252b527f
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,15 @@ module.exports = {
replacement: '(https://miro.medium.com/max/600/'
}
]
},
{
domain: /(?:.*\.)?stackoverflow\.com/,
replace: [
{
find: /\* Links.*Three \|/ig,
replacement: ''
}
]
}
],