如何通过油猴脚本实现定时关闭被match的网页?

请问各位大佬,如何通过油猴脚本实现定时关闭被match的网页?
我有尝试过

self.opener = null;
self.open('', '_self');
self.close();

但是貌似不顶用,求助大佬提供帮助!

https://www.cnblogs.com/stumpx/p/13476123.html