name 'datetime' is not defined
$sts = $this->find($contact->id);
$sts->status = $status;
$sts->save();
Но эффекта это никакого не даст. the domain has already been added under a different account. If you own a domain, please contact us for transferring a domain to your account.
top
.window.top
, который запрещён из-за кроссдоменности.#ball {
display: block;
position: absolute;
width: 80px;
height: 80px;
top: 50%;
left: 50%;
margin-top: -40px;
margin-left: -40px;
}
window.addEventListener('beforescriptexecute', function(e) {
if (e.target.src.search("figma_app.029257067ade81c2e77dc715510aea42.min.js.br") > -1) {
// Stop original script
e.preventDefault();
e.stopPropagation();
e.target.remove();
fetch(e.target.src)
.then(function (response) {
return response.text();
})
.then(function (content) {
return content.replace('Copy as CSS', 'Копировать CSS');
})
.then(function (newContent) {
var script = document.createElement('script');
script.textContent = newContent;
(document.head || document.documentElement).appendChild(script);
script.onload = function() {
this.parentNode.removeChild(this);
}
});
}
});
029257067ade81c2e77dc715510aea42
- это хэш содержимого файла и при каждом изменении исходника адрес будет меняться, а ваш скрипт переставать работать. $response = Telegram::sendPhoto([
'chat_id' => 'CHAT_ID',
'photo' => \Telegram\Bot\FileUpload\InputFile::create("https://domen.ru/{$photo}"),
'caption' => ''
]);
root.querySelector('.todo-list')