You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip discovery for localhost and private network addresses (127.x, 10.x, 192.168.x, .local, .test, etc.)
Fix discovery showing unrelated discussions when query string stripping reduces URL to bare domain root (e.g. douban.com/?p=13 no longer matches 26 discussions about douban.com itself)
Improvements
Consolidated all URL skip logic into a single shouldSkipUrl() function for maintainability