remove tampermonkey extension.

master
CHUN YU YAO 2023-08-19 05:21:05 +08:00
parent 332d5ef3cc
commit 76ab1e2d05
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ def get_favoriate_extension_path(webdriver_path):
extension_list.append(os.path.join(webdriver_path,"Buster_2.0.1.0.crx"))
extension_list.append(os.path.join(webdriver_path,"no_google_analytics_1.1.0.0.crx"))
extension_list.append(os.path.join(webdriver_path,"proxy-switchyomega_2.5.21.0.crx"))
extension_list.append(os.path.join(webdriver_path,"tampermonkey_4.19.0.0.crx"))
return extension_list
def get_chromedriver_path(webdriver_path):