ijkilchenko / Fuzbal

Chrome extension: Gives Ctrl+F like find results which include non-exact (fuzzy) matches using string edit-distance and GloVe/Word2Vec. Also searches by regular expressions.
https://chrome.google.com/webstore/detail/fuzbal/lidjpicdkcgjdkgifmmpalkibjeppdof
MIT License
135 stars 11 forks source link

Possible interference with a website's buttons #21

Closed ijkilchenko closed 8 years ago

ijkilchenko commented 8 years ago

The top navigation buttons don't work with the extension turned on and work with the extension turned off on this website: https://us.pycon.org/2016/

ijkilchenko commented 8 years ago

Another example includes pull down menus on this website: https://www.interviewcake.com/article/python/coding-interview-tips

ijkilchenko commented 8 years ago

Should not have declared bootstrap in the manifest. Fixed.