xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
1.06k stars 88 forks source link

Fix contextToSearch.uc.js for Firefox V129.0 #309

Closed TFWol closed 3 months ago

TFWol commented 3 months ago

Used AI to fix whatever happened in Firefox 129.0 that broke the script.

AlexVallat commented 3 months ago

The actual change required is just to add event.stopPropagation();. I don't think anyone is accepting PRs to this repo any more, sadly, but I keep my scripts up to date in https://github.com/AlexVallat/firefox-scripts

TFWol commented 3 months ago

Thanks for the reply, I had your repo starred but wasn't sure if I should pull here and you would notice or something. I guess it worked out 😄

TFWol commented 3 months ago

Closed in favor of using a separate fork