You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Macroed method for parsing JS to avoid the need of separate inlined method, possibly taking arguments as params, recognizing $0... variables as holes.
Usage: InlineJS("new Date()") or InlineJS("new Date($0)", 1472226125177L).
The text was updated successfully, but these errors were encountered:
Macroed method for parsing JS to avoid the need of separate inlined method, possibly taking arguments as params, recognizing
$0
... variables as holes.Usage:
InlineJS("new Date()")
orInlineJS("new Date($0)", 1472226125177L)
.The text was updated successfully, but these errors were encountered: