Category Archives: Browsers

Firefox: How To Fix Broken Address Bar Search

When your firefox address bar search is broken, here’s how to fix it: 1. Type about:config and click ‘I Promise’. 2. Type keyword.URL in the Filter field and change the value to: http://www.google.com/search?q=

Posted in Browsers | 1 Comment

Windows: Kill All Chrome Processes At Once

Run this on the command line: taskkill /F /IM chrome.exe /T /F = force kill /IM = image name /T = kill all child processes as well To create a shortcut, right-click the desktop, then New -> Shortcut. For location, … Continue reading

Posted in Browsers, Windows | Leave a comment