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
gorhill
8718938866
this addresses #1228
2016-01-22 19:47:10 -05:00
gorhill
bd96aa7ea3
this fixes #1240
2016-01-22 14:03:43 -05:00
gorhill
1f345b585f
this should fix #1276
2016-01-22 11:13:29 -05:00
gorhill
264b15f319
this fixes #1250
2016-01-21 19:39:40 -05:00
gorhill
b59c767b5a
translation work from https://crowdin.com/project/ublock
2016-01-21 18:39:07 -05:00
gorhill
dcb7ba9f7f
code review redirection engine: minimize number of entries in inner loop
2016-01-21 18:30:06 -05:00
gorhill
9e174c4fd1
#1271 : redirect filter reflecting the one in EasyList
2016-01-21 16:47:27 -05:00
gorhill
4513aa9936
#1271 : filter for the site
2016-01-21 16:34:09 -05:00
gorhill
b71c2ffee8
#1271 : forgot to re-generate assets
2016-01-21 16:26:26 -05:00
gorhill
fd50bedfdb
this addresses #1271
2016-01-21 16:25:48 -05:00
gorhill
3eff3c62b0
Re. #1250 : propagate injected scripts to local iframes
2016-01-21 09:33:54 -05:00
gorhill
cdfdb570bb
minor code review: pass a string, not an array
2016-01-21 09:04:04 -05:00
gorhill
24436b5d40
startsWith
not available prior to Chromium 41
2016-01-21 09:02:16 -05:00
gorhill
829b7df86e
this addresses #1265
2016-01-20 18:18:56 -05:00
gorhill
5343b459b8
no longer need exception filter for Youtube
2016-01-19 15:55:52 -05:00
gorhill
4bb9ef59ba
this fixes #1258
2016-01-19 15:04:44 -05:00