Skip to content

Commit

Permalink
add tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
le3tspeak committed Oct 19, 2024
1 parent 114c647 commit cc9ae21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,13 @@ function disableRightClick(event) {
// Hinzufügen des Ereignis-Listeners, sobald das Dokument geladen ist
document.addEventListener('DOMContentLoaded', function() {
document.addEventListener('contextmenu', disableRightClick);
});
});

var fcr = Math.floor(Math.random()*99999999999);
var _fcc = _fcc || []; _fcc.push(["43708"]); _fcc.push(["trans"]);(function(){
var fc = document.createElement("script");fc.async = true;
fc.src = "https://www.imcounter.com/fcount.php?rnd=" + fcr;
var sc = document.getElementById("fc-43708");
sc.appendChild(fc);
})();

3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2205,8 +2205,7 @@ <h3 class="major">Inhaltsverzeichnis</h3>
</div>
<div id="DE-Footer" style="display: none">
<p class="copyright">Haftungsausschluss: Die auf dieser Website bereitgestellten Informationen dienen ausschließlich zu Bildungszwecken.<br> Wir übernehmen keine Verantwortung für Schäden, die durch die Nutzung der bereitgestellten Informationen entstehen.</p>
</div>

</div>
</footer>

</div>
Expand Down

0 comments on commit cc9ae21

Please sign in to comment.