Skip to content

Commit

Permalink
Create kirka.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterPanic authored Oct 14, 2022
1 parent 04b1412 commit eb63549
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kirka.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
javascript:
(function() {
var eltIF = document.createElement("iframe");
eltIF.setAttribute("src", "https://kirka.io");
eltIF.setAttribute("width", "600px");
eltIF.setAttribute("height", "300px");
document.body.appendChild(eltIF);
eltIF.scrollIntoView();
})();

0 comments on commit eb63549

Please sign in to comment.