Code study: Chrome- Devtools.js

Various discussions related to Adblock Plus development
Post Reply
KSmith95
Posts: 3
Joined: Mon Oct 24, 2016 12:10 am

Code study: Chrome- Devtools.js

Post by KSmith95 »

Hello all,
I'm trying to get a grasp of the source code, and currently looking through the devtools.js panel.
I'm currently looking through chrome code trying o find out when the devtools-panel list gets updated, and I am trying to grab the information stored from this.
I have an idea that it's near the addRecord(panel, request, filter)/updateFilters(filters, added) methods, but I can't pin it down exactly.

Trying to store the collected information locally

Thanks in advance
jameshouston135
Posts: 3
Joined: Fri Feb 10, 2017 11:42 am

Re: Code study: Chrome- Devtools.js

Post by jameshouston135 »

this sound some thing interesting, well i will work on it for finding some sort of solution.
Post Reply