We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaf7c5 commit 6c13592Copy full SHA for 6c13592
stdlib.cherri
@@ -3,6 +3,10 @@ Cherri Standard Library
3
Copyright (c) Cherri
4
*/
5
6
+#include 'actions/scripting'
7
+#include 'actions/text'
8
+#include 'actions/web'
9
+
10
action runJS(text _script) {
11
const _ios17bug = replaceText("#", "\u0023", _script)
12
const _uri = url("data:text/html;charset=utf-8,<body/><script>{_ios17bug}</script>")
0 commit comments