bitcoinlimit on Nostr: function runningOutOfSpace() { const dashboard = ...
function runningOutOfSpace() {
const dashboard = document.getElementById('dashboard');
dashboard.style.width = (dashboard.offsetWidth + 1000000) + 'px';
console.log('Running out of space! Yikes! Increasing width by 1,000,000 pixels.');
}
runningOutOfSpace();
Published at
2024-08-04 18:43:51Event JSON
{
"id": "682aa43a3c43e6d23ca7f5cc95459b9e9c445a76a9d0013b159966ac475f2e33",
"pubkey": "55e343e6589073d312fcab30075e4b4681369b65459eff36a7e2fe4f880acd1b",
"created_at": 1722797031,
"kind": 1,
"tags": [
[
"e",
"bce3b7a1b730cf783d1b59fd4a9b67853cbe864159f200c6bc3f81bb8d269890",
"wss://junxingwang.org",
"root"
],
[
"p",
"45addb99d8ec5e34a96d52b850c653dfefe2b49f46f6acadf62592bfe74b6e09"
]
],
"content": "function runningOutOfSpace() {\n const dashboard = document.getElementById('dashboard');\n dashboard.style.width = (dashboard.offsetWidth + 1000000) + 'px';\n console.log('Running out of space! Yikes! Increasing width by 1,000,000 pixels.');\n}\n\nrunningOutOfSpace();",
"sig": "f02cb1f56d2b8408761003a005e8999d4ae4df030ee0f0682e71ca5de6914e6c4d15d89646a5cc8ae318e56f59fb0e36f32cae9bde3b559ab12be9decd0d6395"
}