minus-squareTlaloc_Temporallinkfedilink0•1 year agoHow would one use grep for a webpage in a browser? Does the page need to be accessed outside the browser?
minus-square@rambaroolink3•1 year agoYou should be able to use curl to get the HTML and then pipe it to grep.
How would one use grep for a webpage in a browser? Does the page need to be accessed outside the browser?
You should be able to use curl to get the HTML and then pipe it to grep.