Skip to content

Commit

Permalink
Added support for custom CSS & Javascript & More // Fixes #36 #53 and #…
Browse files Browse the repository at this point in the history
…47 (configuration edit)
  • Loading branch information
0xWDG committed Apr 14, 2016
1 parent 53f9714 commit 45db705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebShell/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ class ViewController: NSViewController, WebFrameLoadDelegate, WebUIDelegate, Web
"debugmode": false,

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

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

0 comments on commit 45db705

Please sign in to comment.