今天,我试着用一个我从Github上取来的代码来使用TamperMonkey:https://gist.github.com/drew-wallace/e77d514a568ed378b942e9d0fa142356。有很多错误。如果我漏掉了什么让我知道。显示刚刚打开它的是"srcwnd is not defined."。
发布于 2020-10-27 22:51:33
将第15行上的unsafeWindow替换为window。
srcWnd = window; // windowhttps://stackoverflow.com/questions/64556917
复制相似问题