jsweblabels.html (1136B) - raw
1 <!-- title: JavaScript Web Labels --> 2 <!-- description: Web labels to allow users with LibreJS to run the JavaScript on the site without manually whitelisting it. --> 3 4 <p>This is a list of all the JavaScript files used in this website, their license and links to their source code (which is all free/libre). This allows visitors using <a href="https://www.gnu.org/software/librejs/">LibreJS</a> to see the content normally without the need of manually whitelisting the code.</p> 5 6 <p>You can find more information on free JavaScript <a href="https://www.gnu.org/philosophy/javascript-trap.html">here</a>.</p> 7 8 <div class="table-container"> 9 <table id="jslicense-labels1"> 10 <thead> 11 <tr> 12 <th>File</th> 13 <th>License</th> 14 <th>Source code</th> 15 </tr> 16 </thead> 17 <tbody> 18 <tr> 19 <td><a href="/js/mathjax-3.1.0/tex-chtml.js">/js/mathjax-3.1.0/tex-chtml.js</a></td> 20 <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0-only</a></td> 21 <td><a href="https://github.com/mathjax/MathJax-src/">MathJax source code</a></td> 22 </tr> 23 </tbody> 24 </table> 25 </div>