t3dotgg / Chrometana

Redirect Bing Somewhere Better
http://Chrometana.Theo.li
MIT License
74 stars 15 forks source link

Fix "page not found" after searching on Bing #63

Closed Pustur closed 3 years ago

Pustur commented 3 years ago

I could reproduce #46 and I noticed that when the error happened, the extension logged an error like:
Error in event handler: TypeError: callback is not a function

So I looked up the documentation for chrome.runtime.onMessage.addListener and the callback is actually the 3rd parameter, not the 2nd. So changing that fixed the problem for me.

Should fix #46

t3dotgg commented 3 years ago

Fantastic find, ty!