added filter for stackoverflow to hide editor
parent
bbdc475460
commit
f7e7f86700
|
@ -48,7 +48,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
domain: /(?:.*\.)?stackoverflow\.com/,
|
domain: /(?:.*\.)?stackoverflow\.com/,
|
||||||
remove: [
|
remove: [
|
||||||
/\* +Links.*Three +\|/s
|
/\* +Links(.|\r|\n)*Three +\|/g
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue