cschiller / zhongwen

Official source code of the "Zhongwen" Chrome extension
https://chrome.google.com/webstore/detail/zhongwen-chinese-english/kkmlkkjojmombglmlpbpapmhcaljjkde
GNU General Public License v2.0
312 stars 52 forks source link

URL with chindict/chindict.php is no longer accepted by mdbg.net #89

Open jmlarch opened 2 years ago

jmlarch commented 2 years ago

Shortcut 5 opens a URL of the form: https://www.mdbg.net/chindict/chindict.php?page=worddict&wdrst=0&wdqb=SEARCHTEXT

This is now rejected by mdbg.net with a message of the form:

You are visiting an outdated URL. The correct URL is: https://www.mdbg.net/chinese/dictionary?page=worddict&wdrst=0&wdqb=SEARCHTEXT

It's an easy fix in content.js. (I'm not too used to git; but I may eventually get round to put together a pull request.)