mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 08:43:43 +00: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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user