7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a class to apply AdBlock rules to a web page. | 7 Module implementing a class to apply AdBlock rules to a web page. |
8 """ | 8 """ |
9 | |
10 | 9 |
11 from PyQt5.QtCore import QObject | 10 from PyQt5.QtCore import QObject |
12 | 11 |
13 from ..Tools import Scripts | 12 from ..Tools import Scripts |
14 from ..WebBrowserPage import WebBrowserPage | 13 from ..WebBrowserPage import WebBrowserPage |