Understanding the “data-no-turbolink” Attribute in HTML
In web development, you might encounter situations where you need to control how links or elements behave during navigation. One way to do this is by using the data-no-turbolink attribute in your HTML. In this post, well explore what this attribute does and how you can use it effectively.
Creating chrome/firefox extension
Preamble:
Before writing this post I never looked at creating an extension that can be used on both firefox and chrome browsers. Last week I needed to extract the colour code from an element on a website so I wrote this code that does the job:
- Read more about Creating chrome/firefox extension
- Log in or register to post comments