59 return |
59 return |
60 |
60 |
61 elementHiding += "{display: none !important;}\n</style>" |
61 elementHiding += "{display: none !important;}\n</style>" |
62 |
62 |
63 bodyElement = docElement.findFirst("body") |
63 bodyElement = docElement.findFirst("body") |
64 bodyElement.appendInside('<style type="text/css">\n/* AdBlock for eric */\n' + |
64 bodyElement.appendInside('<style type="text/css">\n/* AdBlock for eric */\n' + |
65 elementHiding) |
65 elementHiding) |
66 |
66 |
67 |
67 |
68 class AdBlockedPageEntry(object): |
68 class AdBlockedPageEntry(object): |
69 """ |
69 """ |