Skip to content

Instantly share code, notes, and snippets.

window.addEventListener("load", function() {
// hearthis html code
var t = jQuery("[id^='hearthis_at_']");
if (1 == t.length) {
/*
var e = t.closest(".wpb_wrapper").parent("div");
e.closest(".vc_column-inner").first(".wpb_wrapper").css({
"padding-top": e.outerHeight() - 30 + "px"
}), jQuery(e).addClass("cst-htp-sty")
@xlimit91
xlimit91 / crc check script.bat
Last active June 30, 2025 16:04
bulk archive/s crc check + log batch script
@echo off
setlocal enabledelayedexpansion
chcp 65001 >nul
cd /d "%~dp0"
:: 7-Zip Pfad definieren
set "ZIPTOOL=C:\Program Files\7-Zip\7z.exe"
:: Debug-Informationen
echo [DEBUG] Aktuelles Verzeichnis: %CD%