Skip to content
shen yin edited this page Dec 12, 2021 · 3 revisions

Print a message on the Stay popup view console.

Availability

Stay 2.0+

Declaration

GM_log(message)

Parameters

message
A javascript object.

Return Value

Promise

Example

GM_log("Script start running.")
Clone this wiki locally