Skip to content

Instantly share code, notes, and snippets.

@romanesko
romanesko / unibot_logo.svg
Created April 11, 2026 17:50
UNIBOT Logo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
function insertBGWidget(elementId, code){
const parentElement = document.getElementById(elementId);
if (!parentElement) {
console.error('Не могу установить виджет, не найдет елемент с id ' + elementId);
return
}
if(!code){
console.error('Не могу установить виджет, не указан ключ');
return
}