flamethrower
flamethrower copied to clipboard
Improved data-cold searching
This PR adds the ability to set data-cold in parent nodes of a link. For example:
<div data-cold>
<!-- cold area, all links here will be cold (i.e. full page reload) -->
<a href="/cold.html">Link</a>
</div>