|
|
|
|
|
by throwaway_2047
1831 days ago
|
|
I used a bookmarklet on chrome > javascript:(function(){console.log("monitor event"); window.addEventListener('message', (e) => {console.log(e);});})(); that way I can click the bookmark and start monitoring events whenever I want |
|