- Things I need to research
- Project idea
- Links that look like Buttons
- Prior research: Classify web page elements: An ML proof-of-concept | by Chang Xiao | Trakr | Medium
- Code:
- Find Pages that contain buttons
SELECT page FROM 'httparchive.all.pages' WHERE date = "2022-07-01" and payload like '%<button%' and is_root_page = true LIMIT 1000
- GitHub - PaulKinlan/button-and-link-scraper - something that will scrape pages to get some training data.
- Find all the buttons for training
- Find all the links for validation... Need to classify this properly as there are things that look like buttons.
- Find Pages that contain buttons
- Links that look like Buttons
- Useful links
I lead the Chrome Developer Relations team at Google.
We want people to have the best experience possible on the web without having to install a native app or produce content in a walled garden.
Our team tries to make it easier for developers to build on the web by supporting every Chrome release, creating great content to support developers on web.dev, contributing to MDN, helping to improve browser compatibility, and some of the best developer tools like Lighthouse, Workbox, Squoosh to name just a few.