javascript:(function(){var url='https://idmanager.site/bookmarklet/content-bookmarklet.js?'+Date.now();var s=document.createElement('script');s.src=url;s.onload=function(){console.log('Universal bookmarklet loaded');};s.onerror=function(){alert('Не удалось загрузить скрипт: '+url);try{fetch(url).then(function(r){return r.text();}).then(function(t){try{(0,eval)(t);}catch(e){alert('Ошибка запуска скрипта: '+e);}}).catch(function(e){alert('Ошибка загрузки: '+e);});}catch(e){alert('Fetch недоступен: '+e);}};(document.body||document.documentElement).appendChild(s);})();