1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

just to keep track of ideas

This commit is contained in:
gorhill 2014-07-13 11:44:36 -04:00
parent 2d7e6c0556
commit 51bec01fea

View File

@ -539,6 +539,9 @@ var removeAllChildren = function(parent) {
/******************************************************************************/
// TODO: for convenience I could provide a small set of net filters instead
// of just a single one. Truncating the right-most part of the path etc.
var showDialog = function(filters) {
var divNet = divDialog.querySelector('ul > li:nth-of-type(1) > ul');
var divCosmetic = divDialog.querySelector('ul > li:nth-of-type(2) > ul');