mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
BUGFIX #70: Updated 'CSS selector' operation to use vanilla JS instead of jQuery, also fixing root element selection issues.
This commit is contained in:
parent
553d9945ce
commit
35d74980a1
6 changed files with 27 additions and 21 deletions
|
@ -1987,7 +1987,7 @@ var OperationConfig = {
|
|||
},
|
||||
"CSS selector": {
|
||||
description: "Extract information from an HTML document with a CSS selector",
|
||||
run: Code.runCssQuery,
|
||||
run: Code.runCSSQuery,
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
args: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue