1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Source: ublock
Section: web
Priority: optional
Maintainer: Matthew Bekkema <mbekkema97@gmail.com>
Build-Depends: debhelper (>= 9),
mozilla-devscripts
Standards-Version: 3.9.6
Homepage: https://github.com/gorhill/uBlock
Package: xul-ext-ublock
Architecture: all
Depends: ${xpi:Depends}, ${misc:Depends},
fonts-font-awesome,
Recommends: ${xpi:Recommends}
Breaks: ${xpi:Breaks}
Provides: ${xpi:Provides}
Enhances: ${xpi:Enhances}
Description: general-purpose lightweight ads, malware, trackers blocker
uBlock is a small footprint blocker for against web ads, malware, trackers,
analytics and similar invasive items.
.
Compared to other blockers like AdBlock and Ghostery, µBlock is focused on
having a smaller memory and CPU footprint.
Package: ublock-chromium-extension
Architecture: all
Depends: chromium, ${misc:Depends}
Enhances: chromium
Description: general-purpose lightweight ads, malware, trackers blocker
uBlock is a small footprint blocker for against web ads, malware, trackers,
analytics and similar invasive items.
.
Compared to other blockers like AdBlock and Ghostery, µBlock is focused on
having a smaller memory and CPU footprint.
|