added filter for stackoverflow to hide editor
parent
3e7c7f5a83
commit
b595ddec2a
|
@ -41,12 +41,12 @@ module.exports = {
|
||||||
replace: [
|
replace: [
|
||||||
{
|
{
|
||||||
find: '(https://miro.medium.com/max/60/',
|
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: [
|
remove: [
|
||||||
/\*\s+Links.*Three\s+\|/g
|
/\*\s+Links.*Three\s+\|/g
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue