Run Javascript on Webpage

Notes

Runs the given javascript on a webpage.

Syntax

runJavascriptOnWebpage(url: <#Variable#>, javascript: <#String (Allows Variables)#>)

Example

runJavascriptOnWebpage(url: Shortcut Input, javascript: "document.body.style.backgroundColor = 'yellow'; completion();")