Replies: 1 comment 1 reply
-
I don't think so but you're free to make a plugin for this, just read the docs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
basically make anura open on about:blank. example: javascript: var win = window.open("","_blank","popup=yes"); win.location.origin = 'https://google.com'; win.document.write(
<!DOCTYPE html> <html> <body> <iframe src="${atob('aHR0cHM6Ly9jbG9ja3dvcmstb3MudmVyY2VsLmFwcC9vcy8=')}"></iframe> <style>* {margin: 0;padding: 0;overflow-y: hidden;}iframe {width: 100%;height: 100vh;border: none;}</style> </body> </html>
);Beta Was this translation helpful? Give feedback.
All reactions