added filter for stackoverflow to hide editor
parent
39252b527f
commit
3e7c7f5a83
|
@ -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: ''
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue