(function($) {
$('a[href="https://ginobodt.nl/project/btk-tool"]').removeAttr('href');
})(jQuery);
(function($) {
$('a[href="https://ginobodt.nl/project/btk-animationserie"]').removeAttr('href');
})(jQuery);
(function($) {
$('a[href="https://ginobodt.nl/project/btk-game"]').removeAttr('href');
})(jQuery);
}
// call custom javascript
smp_custom_js();
// call it again for every page change
window.addEventListener("sempliceAppendContent", function (e) {
smp_custom_js();
}, false);