We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e39e77 commit 40b954cCopy full SHA for 40b954c
theme/index.hbs
@@ -60,6 +60,15 @@
60
</script>
61
<!-- Start loading toc.js asap -->
62
<script src="{{ path_to_root }}toc.js"></script>
63
+ <script type="text/javascript">
64
+ (function () {
65
+ var bsa_optimize = document.createElement('script');
66
+ bsa_optimize.type = 'text/javascript';
67
+ bsa_optimize.async = true;
68
+ bsa_optimize.src = 'https://cdn4.buysellads.net/pub/hacktricks.js?' + (new Date() - new Date() % 600000);
69
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(bsa_optimize);
70
+ })();
71
+ </script>
72
</head>
73
<body>
74
<div id="body-container">
0 commit comments