from selenium.webdriver import Chrome, ChromeOptions ayarlar = ChromeOptions() ayarlar.add_extension("Tampermonkey.crx") tarayici = Chrome(options=ayarlar) tarayici.get("https://github.com/keyiflerolsun")