How to Inject jquery into websites
Channel:
Subscribers:
4,090
Published on ● Video Link: https://www.youtube.com/watch?v=D8yOTNltJa4
In this example I show you how to inject jquery code into robinhood website to filter out all cancelled orders using a jquery command. The jquery command to removed canceled orders in this video is $("div h3:contains('Canceled')").parentsUntil("._2LPDK2TWP5m4Yrwgl0Zwxu").remove(); It works by removing all parents of h3 tags that contain the order Canceled until it bumps into a class named _2LPDK2TWP5m4Yrwgl0Zwxu.
Other Videos By codecaine
Tags:
jquery
inject
into
website
run
inject jquery code
javascript
html
css
hack
trick
tip
robinhood
filter
canceled
orders
google
chrome
google chrome
console
developer
tools
programming