added filter for stackoverflow to hide editor
parent
b73a9cef1b
commit
39252b527f
|
@ -44,6 +44,15 @@ module.exports = {
|
||||||
replacement: '(https://miro.medium.com/max/600/'
|
replacement: '(https://miro.medium.com/max/600/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
domain: /(?:.*\.)?stackoverflow\.com/,
|
||||||
|
replace: [
|
||||||
|
{
|
||||||
|
find: /\* Links.*Three \|/ig,
|
||||||
|
replacement: ''
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue