jefgen / github-jira-linkifier-webextension

A WebExtension that automatically converts Jira issues into clickable links on GitHub.
MIT License
11 stars 4 forks source link

Fix selector for title on PR page #12

Open voda opened 1 year ago

voda commented 1 year ago

Instead of span the element is now bdi. It felt safer to remove the element in the selector rather then to change it.