💻 Software
Forcing %s to escape spaces with plus instead of percent twenty
Fresh5 days ago
Mar 15, 202610004 viewsConfidence Score0%
0%
Problem
I'd like to use mc as a search shortcut for metacritic.com from Google Chrome. I set up the following search URL for the shortcut: Unfortunately, when I search for patrician iii as follows Chrome produces this query, which metacritic misinterprets to produce a useless set of unrelated results: Meta…
Error Output
http://metacritic.com/search/all/%s/results
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Forcing %s to escape spaces with plus instead of percent twenty
Low Risk
You don't need to use the REST style of searching, but can instead use normal HTTP GET parameters like this: So in your case that would be: Unfortunately, this doesn't work with Metacricic (?). The best I could get is the following search function, …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix