我怎样才能使用 Tampermonkey 打开一个新标签页并在该页面上也能使用 Tampermonkey

How would I be able to open a new tab with Tampermonkey and be able to use Tampermonkey on that page too

我如何才能使用 Tampermonkey 打开一个新标签页并在该页面上也能使用 Tampermonkey?

使用 window.open() 打开另一个页面,如果该页面也在 @include 中列出,您也可以在那里使用 Tampermonkey。