Commit Graph

3870 Commits

Author SHA1 Message Date
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
gorhill bb27f33b35 this fixes #1257: toolbar button missing for new uBO install w/ Seamonkey 2.39 2016-01-19 13:30:28 -05:00
gorhill d584be832b this addresses https://bugzilla.mozilla.org/show_bug.cgi?id=1203159 2016-01-19 09:28:39 -05:00
gorhill dbd35b5e06 translation work from https://crowdin.com/project/ublock 2016-01-19 09:10:51 -05:00
Raymond Hill a029504c6f Merge pull request #1254 from spwhitton/apt-get
Debian & Ubuntu installation instructions
2016-01-18 19:49:14 -05:00
Sean Whitton 9053141df1 Debian & Ubuntu installation instructions 2016-01-18 17:17:16 -07:00
Raymond Hill 3545e3b2e9 Update CONTRIBUTING.md 2016-01-18 16:05:32 -05:00
gorhill 5054481b58 translation work from https://crowdin.com/project/ublock 2016-01-18 15:15:30 -05:00
gorhill d846d43f84 fixed typo 2016-01-18 15:06:41 -05:00
gorhill a7a840500b this fixes https://github.com/gorhill/uBlock/issues/1163#issuecomment-172390974 2016-01-18 00:26:29 -05:00
gorhill 41499dbab2 this addresses https://forums.lanik.us/viewtopic.php?f=64&t=27908 2016-01-17 18:55:35 -05:00
gorhill 1508dea883 added neutered google-analytics.com/plugins/ga/inpage_linkid.js (experimental) 2016-01-17 18:41:11 -05:00
gorhill b5415f4f94 new revision for dev build 2016-01-17 13:45:48 -05:00
gorhill 89148351e8 #1163: this implements "block elements by size" 2016-01-17 13:30:43 -05:00
gorhill 08d7ce96aa this fixes #1246 2016-01-16 20:21:17 -05:00
gorhill 7dc60b3042 added AdGuard Russian filter list to stock filters 2016-01-16 09:03:24 -05:00
gorhill a2a5d01f6f this addresses #1240 2016-01-15 15:42:36 -05:00
gorhill da2902524b code review: avoid `forEach` 2016-01-15 09:21:33 -05:00
gorhill fbafeb03ae #1171: use `<<` for redirection events 2016-01-15 09:17:59 -05:00
gorhill 1689d6be64 to counter impending breakage of Youtube: https://adblockplus.org/forum/viewtopic.php?f=10&t=43506 2016-01-15 01:16:51 -05:00