Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wa1ker38552 authored Sep 29, 2024
1 parent 70f7aac commit 7a593b1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions art/robot-caden/bookmarklet.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
javascript: (() => {
async function request(url) {
const a = await fetch(url);
const b = await a.json();
return b;
}
request("https://api.codetabs.com/v1/proxy?quest=http://154.53.63.206:9000/generate")
.then(data => {
document.querySelector("body > main > div.Editor_root > div.Editor_inner > div:nth-child(1) > div:nth-child(1) > div > div > div.cm-scroller > div.cm-content > div:nth-child(20)").innerHTML = `const graph = ${JSON.stringify(data)}`;
document.querySelector("body > main > div.Editor_root > div.Toolbar_root > div:nth-child(1) > button").click();
})
})();
23 changes: 23 additions & 0 deletions art/robot-caden/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added art/robot-caden/snapshots/Snapshot (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/robot-caden/snapshots/Snapshot (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/robot-caden/snapshots/Snapshot (3).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a593b1

Please sign in to comment.