def check_gogcom_tab(self):
current_uri = self.webpage.get_uri()
if (current_uri != None) and not (current_uri.startswith('https://www.gog.com')):
self.webpage.go_back()
self.webbrowser.open_new(current_uri)
GObject.timeout_add(1000, self.check_gogcom_tab)
评论列表
文章目录