gorhill
5b5c661e0d
this fixes dm
2016-02-03 18:37:56 -05:00
gorhill
d8455f81e3
translation work from https://crowdin.com/project/ublock
2016-02-03 17:28:50 -05:00
gorhill
430590b3a3
updated 3rd-party assets
2016-02-03 13:00:50 -05:00
gorhill
e58cafbd30
updated checksums following PR #1338
2016-02-03 08:02:45 -05:00
Raymond Hill
f5d87d1f91
Merge pull request #1338 from pgl/master
...
Updated pgl.yoyo.org to use HTTPS in URLs
2016-02-03 08:01:51 -05:00
Peter Lowe
a13e24ced7
Updated pgl.yoyo.org to use HTTPS in URLs
2016-02-03 11:36:52 +01:00
gorhill
032936dd3a
more specific filter is better
2016-02-02 10:22:30 -05:00
gorhill
5e21da7502
minor css adjustments
2016-02-02 09:51:45 -05:00
gorhill
da990d9d66
translation work from https://crowdin.com/project/ublock
2016-02-02 09:46:22 -05:00
gorhill
f36eaf8a8c
this addresses https://adblockplus.org/forum/viewtopic.php?f=2&t=43762
2016-02-02 08:44:01 -05:00
gorhill
9178469205
this addresses https://forums.lanik.us/viewtopic.php?f=91&t=24315&start=30#p85964
2016-02-01 14:21:31 -05:00
Aaron Bieber
98b0967d69
allow scripts to run with bash in other locations
2016-01-31 12:17:04 -05:00
gorhill
c7f1027ab9
this fixes #1321
2016-01-30 19:16:30 -05:00
gorhill
61d5f2fd53
translation work from https://crowdin.com/project/ublock
2016-01-30 10:32:12 -05:00
gorhill
2bd463bf02
this addresses #1322
2016-01-29 23:19:46 -05:00
gorhill
64e9eb7aae
reworked dm script to catch exceptions
2016-01-29 11:59:02 -05:00
gorhill
f81b07fb4d
code review
2016-01-29 11:43:12 -05:00
gorhill
a89d3ebe18
this fixes #1312
2016-01-29 10:50:03 -05:00
gorhill
8b721f654c
removed commented out code
...
This addresses debian package warning that a line is longer than 512 chars:
https://lintian.debian.org/maintainer/pkg-mozext-maintainers@lists.alioth.debian.org.html#ublock-origin
2016-01-28 15:09:24 -05:00
gorhill
6a55750db5
translation work from https://crowdin.com/project/ublock
2016-01-28 11:28:58 -05:00
gorhill
1d82a27488
this addresses https://github.com/gorhill/uBlock/issues/1240#issuecomment-175977802
2016-01-28 00:56:37 -05:00
gorhill
2d502076d6
code review: disregard case-matching in redirection filters
2016-01-27 12:42:46 -05:00
gorhill
18ed625f0e
remember why we need the exception filter
2016-01-27 12:18:19 -05:00
gorhill
ff22b93bb9
this addresses https://twitter.com/SeanHood/status/692387495993024512
2016-01-27 12:14:49 -05:00
gorhill
5f3b5365d1
#1305 : forgot to add link to issue in code
2016-01-27 11:03:30 -05:00
gorhill
f39d87f6e0
this fixes #1305
2016-01-27 11:02:08 -05:00
gorhill
5a9f3fa6fe
new path for location of Console.jsm
2016-01-26 17:57:53 -05:00
gorhill
c53731248d
added link to Mozilla Discourse for support
2016-01-26 17:57:09 -05:00
Raymond Hill
6311530e2d
Update CONTRIBUTING.md
2016-01-26 15:10:21 -05:00
Raymond Hill
545a90cf36
Update CONTRIBUTING.md
2016-01-26 15:03:49 -05:00
gorhill
7ca8e97931
RU AdList a better choice after all
2016-01-26 14:27:31 -05:00
gorhill
618efc531b
translation work from https://github.com/gorhill/uBlock
2016-01-25 18:13:32 -05:00
gorhill
8ae729cf06
to mimic what is done by EasyList maintainers
2016-01-25 13:51:49 -05:00
gorhill
12109b39d6
#1296 : probably better to except by default, this mights un-break many cases of broken Flash-based players
2016-01-25 13:48:41 -05:00
gorhill
edf9c1ba6c
#1296 : no need for a type, URL is almost all used
2016-01-25 13:38:18 -05:00
gorhill
34e4377f3d
this fixes #1296
2016-01-25 13:35:52 -05:00
gorhill
1bd323ab3e
this addresses #1297
2016-01-25 13:07:59 -05:00
gorhill
ca3aa25bad
another 3rd-party to hard-block due to exception-leveraging
2016-01-25 12:20:14 -05:00
gorhill
a9a8fd444b
pornhub.com: that will take care of the site leveraging random exception filters to bypass blockers
2016-01-25 12:09:12 -05:00
gorhill
e8526d29c0
new screenshots for the popup panel's per-site switches
2016-01-25 11:21:31 -05:00
gorhill
6a1ef6aa75
translation work from https://crowdin.com/project/ublock
2016-01-25 10:29:03 -05:00
gorhill
cf77bc2dae
1st part of fix for #1293 : 2nd part after 6 weeks following release of 1.6.0
2016-01-25 00:54:54 -05:00
gorhill
3e526476d7
block-by-size: some sites use outline
, this hides our placeholders
2016-01-24 19:57:57 -05:00
gorhill
606522cd62
minor: removed spurious trailing space
2016-01-24 16:09:47 -05:00
gorhill
8b5108db93
code review: fixed broken sort in domainCachePrune().
...
A negative side-effect of not sorting properly the entries was to
cause raw filter lists to linger in memory due to v8's sliced-
string implementation, which caused the parent string (a whole
filter list possibly) to be kept around forever even though it was
no longer used by uBO (raw filter lists are compiled then discarded).
2016-01-24 16:03:08 -05:00
gorhill
1f5b9b0e13
this fixes #1285
2016-01-24 10:15:32 -05:00
gorhill
58838ce4c5
blocked-image-by-size: getComputedStyle() on Pale Moon can return null
2016-01-23 16:57:20 -05:00
gorhill
7a0b4356ad
blocked-image-by-size: be sure placeholder is visible in interactive mode
2016-01-23 16:42:23 -05:00
gorhill
74c87f075e
translation work from https://crowdin.com/project/ublock
2016-01-23 08:03:11 -05:00
gorhill
7a49a7f56f
this addresses #1275 : will complete the fix 4-6 weeks after releasing 1.6.0
2016-01-22 20:01:07 -05:00