🏠 返回首頁 

Unlock Unlimited Medium

Unlock all Medium-based articles via medium.rest, detecting Medium logo in the top-left corner for UI enhancements.

< 脚本Unlock Unlimited Medium的反馈

提问/评论

§
发表于:2025-01-28

[Feature Request] Hello, there are blog/subdomains of medium that are not managed by the script, for example: https://osintteam.blog/top-osint-tools-for-cybersecurity-professionals-feac672efd39 this is not unlocked but you could use: https://medium.rest/query-by-url?urlPost= and it's unlocked.

The only problem is the check cannot be done by parsing the url (osintteam.blog is not medium.com) but you could extend your script to all pages (https://*) and check for this url in the bottom of the page (class="h k j") https://help.medium.com/, all medium blogs have this url, so the page can be redirected.

Tell me if you will update the script, otherwise I'll create/share mine. Thank you 🙏

htrnguyen作者
§
发表于:2025-03-04

Thank you for your suggestion! 🙏

I've updated the script to support more Medium subdomains, including blogs like osintteam.blog. Instead of checking the domain name, the script now detects the Medium Help link (https://help.medium.com/) at the bottom of the page (class "h k j").

If the page contains this element, it will be redirected to medium.rest automatically using the format:

https://medium.rest/query-by-url?urlPost=<encoded_url>

This ensures that all Medium-based blogs can be unlocked, even if they are on custom domains.

Feel free to test it and let me know if you encounter any issues. Thanks again for your valuable input! 💡

发表回复

登录以发表回复。