diff --git a/url_to_markdown_common_filters.js b/url_to_markdown_common_filters.js index e39518b..e6c96f4 100755 --- a/url_to_markdown_common_filters.js +++ b/url_to_markdown_common_filters.js @@ -44,6 +44,15 @@ module.exports = { replacement: '(https://miro.medium.com/max/600/' } ] + }, + { + domain: /(?:.*\.)?stackoverflow\.com/, + replace: [ + { + find: /\* Links.*Three \|/ig, + replacement: '' + } + ] } ],