Difference between revisions of "Focus Order Favlet"
Jump to navigation
Jump to search
(Add link to "Install a Favlet") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | Indicate focus order of the current document. | ||
+ | |||
+ | (See [[Install a Favlet]] for instructions on how to add this Favlet to your browser). | ||
+ | |||
<html> | <html> | ||
− | |||
− | |||
<div style="padding-bottom:1em;"> | <div style="padding-bottom:1em;"> | ||
− | + | <a href="javascript:(function(){var element=document.createElement('script'); element.setAttribute('src','https://mraccess77.github.io/favlets/focusOrder.js'); document.body.appendChild(element);})();"> Focus Order Favlet </a> | |
− | <a href="javascript:(function(){var | ||
</div> | </div> | ||
− | <iframe style="width:100%;" src="https:// | + | <h2>Code from favlet</h2> |
+ | <iframe style="width:100%;" src="https://mraccess77.github.io/favlets/focusOrder.js"> | ||
</iframe> | </iframe> | ||
</html> | </html> | ||
[[Category:Favlet]] | [[Category:Favlet]] |
Latest revision as of 21:58, 6 November 2018
Indicate focus order of the current document.
(See Install a Favlet for instructions on how to add this Favlet to your browser).
Code from favlet