I wanted to try making a browser extension and it seemed weird to me that there didn't seem to exist any means of linking to specific elements on a web page if they hadn't been given IDs to make a fragment identifier out of, so I made this.<p>You select a page element and generate a link, which you can then share. For someone without the extension, the link will work as normal and just take them to the page, but someone with the extension will have the selected element focused on and highlighted for them.<p>There's also a repo on GitHub (for now)[1] and I wrote about how I made it[2]. My next priorities are to make it not look like ass and to shorten the links somehow. Let me know what you think.<p>[1] <a href="https://github.com/Rumperuu/Pinpointer" rel="nofollow">https://github.com/Rumperuu/Pinpointer</a><p>[2] <a href="https://bengoldsworthy.net/2018/04/developing-pinpointer/" rel="nofollow">https://bengoldsworthy.net/2018/04/developing-pinpointer/</a>