Skip to content

Commit

Permalink
replaced footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner49ur authored Sep 10, 2024
1 parent 7aa1424 commit 2d98146
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions payloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,9 @@ const htmlStyle = `
font-family: Consolas;
}
.footer {
display: inline;
float: right;
margin: 10px 5px;
display: fixed;
bottom: 5px;
right: 10px;
color: #83898e;
}
</style>
Expand Down Expand Up @@ -627,7 +627,7 @@ onload = async function x() {
const permissions = otherFeatures.permissions;

new DefaultExtensionCapabilities().activate();
document.body.insertAdjacentHTML("beforeend", `<div class="footer">Miner49ur</div>`);
document.body.insertAdjacentHTML("beforeend", `<div class="footer">silly goober money gang inc.</div>`);

document.querySelector("#code-run").addEventListener("click", () => runCode(false));
};
Expand Down Expand Up @@ -681,4 +681,4 @@ const runCode = async (onTab, tabId = "") => {
} catch (error) {
outputDiv.innerHTML = `Error: ${error}`;
}
}
}

0 comments on commit 2d98146

Please sign in to comment.