Skip to content

Commit

Permalink
Update plugins.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevnightless authored Jan 20, 2025
1 parent abc42ec commit d13a102
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h2 id="modalTitle"></h2>
<div class="extensions-list" id="extensions-container">
<!-- Extensions will be dynamically loaded here -->
</div>

<script type="module">
import { getPluginObjects, getPlugin, getPluginInfo, enablePlugin, disablePlugin } from '/js/plugin_manager.js';

Expand Down Expand Up @@ -115,6 +116,14 @@ <h3 class="extension-title">${extension.name}</h3>
});
</script>

<!-- Clarity Tracking Script -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "pwiasnexu5");
</script>
</body>

</html>
</html>

0 comments on commit d13a102

Please sign in to comment.