From 316dbf0f299d7f89f1baf3fc9823d97babd655ca Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 31 Mar 2018 09:34:31 -0400 Subject: [PATCH] Comment more about the Medium site check --- content.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content.js b/content.js index d88dcd7..7f2c08e 100644 --- a/content.js +++ b/content.js @@ -63,7 +63,8 @@ var observer = new MutationObserver(function(mutations){ var config = {attributes: true}; -// Only run this on Medium sites. +// This extension runs on all domains so it can Make Medium Readable Again even for publications on custom domains. +// Here we make sure the code only runs on Medium sites. if (document.querySelector('head meta[property="al:ios:app_name"][content="medium" i]')) { makeReadable(); shrinkHeaderImages();