module Docs class Mdn < UrlScraper self.abstract = true self.type = 'mdn' self.links = { home: 'https://developer.mozilla.org', code: 'https://github.com/mdn/content' } html_filters.insert_before 'container', 'mdn/compat_tables' # needs access to