Search the Community
Showing results for tags 'resolved'.
Found 5 results
-
MX5 PC Beta 5.2.1.200 - cannot login (in ultra mode) to site with domain login domain\user - 401 UNAUTHORIZED Not problem connect (in ultra mode) to sites with domain login with early versions MX5
-
noads stopped working for me in the latest branch - with help from the devs it now works there is [apparently] an error in the original noads extension - why it worked with earlier versions of Maxthon is not explained by Maxthons but no matter the error is in def.json def.json-'include': [ '*.', 'localhost' ]should be change to 'include': [ '*', 'localhost' ] i will not post a fixed version only point to the fix given by Maxthon and would acknowledge the work of the original author of the extension who i believe went by the name of Trincare and the Maxthon devs who found the error all i did was ask for help and am grateful for the help given
-
Why is the extension approval process so slow? updates to my extension have been waiting to be approved for a very long time
-
FB purity does no longer work fine with the latest version of maxthon : the display is wrong : left column is truncated.
-
Please move this entry to the extensions section Bookmarklet: Tittle: Clear Cookies Script: javascript:void((function(){var cookie_list,sub_domain,location_pathname,cookie_index,cookie_count;cookie_count=0;cookie_list=document.cookie.split("; ");for(cookie_index=0;cookie_index<cookie_list.length&&cookie_list[cookie_index];cookie_index++){cookie_count++;for(sub_domain="."+location.host;sub_domain;sub_domain=sub_domain.replace(/^(?:\.|[^\.]+)/,"")){for(location_pathname=location.pathname;location_pathname;location_pathname=location_pathname.replace(/.$/,"")){document.cookie=(cookie_list[cookie_index]+"; domain="+sub_domain+"; path="+location_pathname+"; expires="+new Date((new Date()).getTime()-1e11).toGMTString());}}}alert("Expired "+cookie_count+" cookies");})())