Fivefold / linkding-injector

Injects search results from the linkding bookmark service into search pages like google and duckduckgo
MIT License
194 stars 7 forks source link

duckduckgo support is broken #16

Closed Fivefold closed 1 year ago

Fivefold commented 1 year ago

DDG changed their DOM and the injection script can't find the sidebar. See #15

The new sidebar element uses the class react-results--sidebar. The sidebar elements get created, even if there is no content (same as before).

Fivefold commented 1 year ago

Fixed in v1.3.1