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
It is not possible to port code introduced in #39 to WebExtension so I'll do a PoC rewrite using available APIs.
Initial assumptions:
disabled by default
do not use content script – inject simplified content script via tabs.executeScript only if tab finished loading and linkification is enabled in add-on options
do not rewrite relative links – this should've been a separate option anyway
It is not possible to port code introduced in #39 to WebExtension so I'll do a PoC rewrite using available APIs.
Initial assumptions:
tabs.executeScript
only if tab finished loading and linkification is enabled in add-on optionsThe text was updated successfully, but these errors were encountered: