vikingfile cloudflare turnstyle-captcha bypassed

This commit is contained in:
nosch
2026-02-26 16:53:54 +01:00
parent e354ef50cf
commit 1c3fb95e40
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -28,6 +28,10 @@ class FuzzySearchWindow(QtWidgets.QWidget): # should work everywhere
self.searchbox.setPlaceholderText("Search for a game on Steamrip")
self.table = QtWidgets.QTableWidget()
self.table.setEditTriggers(QtWidgets.QAbstractItemView.NoEditTriggers) # disable editing
self.table.setSelectionMode(QtWidgets.QAbstractItemView.NoSelection) # no selection highlight
self.table.setFocusPolicy(QtCore.Qt.NoFocus)
self.searchbox.setFocus()
headers = []
for key in self.opts[1].keys():