Is it possible to have a bookmarklet to open all URLs on a page containing some unique href? (like aggregator/h or something, preferably not complicated regex). I’m looking at jQuery.each + window.open (Firefox is set to have all new windows open in tabs, popupblocker disabled) but can’t figure out how to do the if statement.
Share
You could use the
attribute contains selector.