8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
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 | 9 |
10 from PyQt5.QtCore import QObject | 10 from PyQt6.QtCore import QObject |
11 | 11 |
12 from ..Tools import Scripts | 12 from ..Tools import Scripts |
13 from ..WebBrowserPage import WebBrowserPage | 13 from ..WebBrowserPage import WebBrowserPage |
14 | 14 |
15 | 15 |