Skip to content

Instantly share code, notes, and snippets.

View damanc7's full-sized avatar

Daman Coffman damanc7

View GitHub Profile
@damanc7
damanc7 / youtube-no-cap-privacy.md
Created May 2, 2026 02:09
Privacy policy for the YouTube No Cap Chrome extension

Privacy Policy for YouTube No Cap

Effective date: 2026-05-01

YouTube No Cap ("the extension") is a Chrome browser extension that automatically disables closed captions on www.youtube.com.

  1. Data collected The extension does not collect, store, log, or transmit any personal data, browsing data, or usage data of any kind. There is no analytics, no telemetry, no error reporting, and no remote logging.

  2. Data shared or sold

from twilio.rest import Client
accountSID = 'YOURSID'
authToken = 'YOURAUTHTOKEN'
client = Client(accountSID, authToken)
myTwilioNumber = '+YOURTWILIONUMBER'
myCellPhone = '+YOURNUMBER'
>>> submit=driver.find_element_by_css_selector('#submitLineupDetails')
>>> submit
<selenium.webdriver.firefox.webelement.FirefoxWebElement (session="26fa7100-c740-439b-8784-fd5653aa80ac", element="807482bb-2a75-4336-9764-dd66790fcb86")>
>>> submit.click()