The Wayback Machine - https://web.archive.org/web/20220505200528/https://github.com/topics/css-selectors
Here are
53 public repositories
matching this topic...
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
Updated
May 2, 2022
Elixir
Low output latency streaming HTML parser/rewriter with CSS selector-based API
Updated
Mar 28, 2022
HTML
An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS
Updated
Oct 16, 2021
TypeScript
Lightweight HTML processor
A Rust crate for manipulating HTML with CSS selectors
Updated
Apr 29, 2021
Rust
👩👧👦 PostCSS plugin to reference any parent/ancestor selector in nested CSS.
Updated
May 1, 2022
JavaScript
Essential NLP & ML, short & fast pure Python code
Updated
Apr 20, 2022
Python
css selector engine for React elements and components
Updated
Sep 15, 2017
JavaScript
ESLint rules for Protractor
Updated
Feb 11, 2022
JavaScript
lightweight command line HTML processor using CSS and XPath selectors
Updated
Mar 11, 2022
Shell
With a simple, flexible and maintainable configuration file, you can parse html and output json according to the schema you specify.
Updated
Feb 1, 2022
TypeScript
Crystal implementation of HTML5-Compliant Tokenizer and Parser with XPath & CSS Selector support
Updated
Jan 18, 2022
Crystal
Combine XPath, CSS Selectors and JSONPath for Web data extracting.
Updated
Apr 15, 2022
Python
This repository is used for uploading the programs used in youtube video tutorials.
jQuery Interview Questions and Answers
Updated
Jan 26, 2020
HTML
A CSS3 design tutorials for beginners, An introduction to core CSS concepts, terminology and tools
A bunch of codes with examples and exercises for 70-480 exam certification preparation.
Updated
Mar 18, 2018
JavaScript
A CSS selector parser and DOM query engine.
Updated
Nov 16, 2020
JavaScript
Apache Drill UDFs for retrieving and working with HTML text
Updated
Jul 28, 2018
Java
CSS-to-Hickory selector translator
Updated
Oct 4, 2019
Clojure
A collection of Sass mixins for modifying the nth position of a selector
Replace escaped characters in class names and CSS selectors.
Updated
May 2, 2022
JavaScript
Split CSS selectors by commas or blocks
Updated
Aug 24, 2016
JavaScript
A command line scraping utility supporting CSS selectors or XPath
Updated
Sep 27, 2021
Clojure
review - refresh your knowledge in css selectors.
Updated
Feb 26, 2022
JavaScript
Improve this page
Add a description, image, and links to the
css-selectors
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
css-selectors
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If you're using proxies with
requests-html
and renderingJS
sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This is an undesired behavior when scraping with proxies.The idea is that whenever someone passes in proxies to the
session
object or anymethod call
, make pyppeteer also use these proxies. #265