Closed BreadYogurt closed 5 years ago
Yes this has always been a tricky thing to recreate. This is because to get around the javascript events caused by a click on a link, we basically extract the url and then do the equivalent of pasting the URL in the address bar and pressing enter. That is, we use window.url = <cleaned link>
. There is specific code to re-create the opening in a new tab however, but it is slightly tricky to do it properly.
Can you please specify browser and its version, the add-on version of CleanLinks and your configuration (basically which of the Features are selected).
My browser is Firefox v68.0.1, CleanLinks is v3.2.7, and here is my configuration:
Cleaned links with the
target="_blank"
tag are not opened in a new tab like they are supposed to. This happens regardless of whether the "Follow Target Attribute" setting is enabled or not.