$(document).ready(function(){
$('a[href^="https://tilda.cc/?upm="]').parent().css('display', 'none');
})