medium-unlimited
medium-unlimited copied to clipboard
Missing / custom domains - new medium domains are being added regularly
Medium is using more and more 'custom' domains (i.e. name_of_author.medium.com, js.plainenglish.io, javascript.plainenglish.io, historyofyesterday.com**, etc.). I discover new ones almost every week. There is no way this add-on can stay ahead of the curve as long as the domains are hard coded.
IMHO, the most useful solution would be a feature that would allow the user to edit the url list in settings. Outside of that, the code package does not contain required node packages. A detailed set of instructions on how to add custom domains and build the project would be very helpful.
I agree with rablinz. it would be more convenient if the user can add the new custom domain URL manually in the settings or maybe the extension can suggest the user to add the custom domain to 'medium-unlimited' through a small popup on top right (Refer the attached example) when the user visits the particular locked custom domain.
.
@manojVivek Would you consider adding this feature or plan on working on this feature request?
This is really needed. A lot of popular pages are using custom domains.
I mean.. it is pretty easy to add your custom domains. Go to the unpacked folder of the extension (focusing on chrome here), open manifest.json in any text editor, and add your website in both the 'lists' that are visible, in the same format as the other websites (JSON formatting). save it and load the extension again in chrome. It should work then.
Will try this @Plutonium-239
It worked man. Thank you so much. This should be in the readme file @manojVivek.
Thanks a lot
I mean.. it is pretty easy to add your custom domains. Go to the unpacked folder of the extension (focusing on chrome here), open manifest.json in any text editor, and add your website in both the 'lists' that are visible, in the same format as the other websites (JSON formatting). save it and load the extension again in chrome. It should work then.
@Plutonium-239 I have tried this exact method previously but no luck. After editing the manifest.json it only unlocks a small part of the entire article apparently. Is there any other way to get it working?
Can you try this link yourself and let me know if it works for you after editing the manifest.json? https://bootcamp.uxdesign.cc/goodbye-8-point-grid-hello-4-point-grid-1aa7f2159051
Before editing manifest.json
After editing manifest.json
Okay, @y2kviv @Aarekaz @rablinz I have found a way to add any custom sites(one extra step from what I wrote above). Complete steps:
- Locate the medium-unlimited folder (the unpacked extension)
- Open manifest.json and add the URL (in JSON formatting) like all the other websites to BOTH the lists (visible)
- Save and close
- Open bakground.bundle.js and go to the end, you will see another list (lots of sites)
Add your website here too.
I checked it by adding https://bootcamp.uxdesign.cc/ and it unlocked the whole article properly.
@Plutonium-239 I followed your above steps( the one before) and It worked. The only thing left is the background.bundle.js file edit. I will add it there too.
@Plutonium-239 Thanks for the suggestion. Editing bakground.bundle.js unlocked the whole article, but somehow it managed to break a few elements on the page for me.
See the screenshot below for the comparison.
Before the last free member-only article of the month (3/3)
After unlocking the article (you can see the Twitter widget, sidebar, author details, and 'more from medium' section are missing from the article.
Missing elements
Author Details & 'More From Medium' section
Sidebar
Twitter Widget
Not sure if it is a bug or not. Do you have any idea what might be causing this?
@y2kviv No idea. @Plutonium-239 Any info? I have not checked this.
Hmm, I didn't notice this I will try to fiddle around in the code (although I don't really know js) but if there's anything logical, I can try that
@y2kviv definitely a bug tho, since when normal articles(like towardsdatascience or medium) are unlocked they are... normal.
@y2kviv definitely a bug tho, since when normal articles(like towardsdatascience or medium) are unlocked they are... normal.
I have noticed it is breaking the elements mostly on custom domains somehow.
I mean.. it is pretty easy to add your custom domains. Go to the unpacked folder of the extension (focusing on chrome here), open manifest.json in any text editor, and add your website in both the 'lists' that are visible, in the same format as the other websites (JSON formatting). save it and load the extension again in chrome. It should work then.
How about on Firefox? I have tried to edit the xpi file by uzip and zip it again, but when I install from file, Firefox throw error that the file is corrupted