Skip to content

Commit 45db705

Browse files
committed
Added support for custom CSS & Javascript & More // Fixes #36 #53 and #47 (configuration edit)
1 parent 53f9714 commit 45db705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebShell/ViewController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ class ViewController: NSViewController, WebFrameLoadDelegate, WebUIDelegate, Web
7070
"debugmode": false,
7171

7272
// Please paste here the JavaScript you want to load on a website
73-
"JSInject": "alert('x!=y');",
73+
"JSInject": "",
7474

7575
// Please paste here the CSS you want to load on a website
76-
"CSSInject": "body{background:orange !important;}"
76+
"CSSInject": ""
7777
]
7878
}

0 commit comments

Comments
 (0)