1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
Commit Graph

3252 Commits

Author SHA1 Message Date
gorhill
a90d9653b5 apparently WP filters no longer needed 2015-10-07 09:11:16 -04:00
gorhill
45d29d44e5 fixed typo in last commit 2015-10-07 08:35:41 -04:00
gorhill
4077bd3cd2 start the use of inline script tag filters 2015-10-07 08:27:07 -04:00
gorhill
9cf433e585 translation work from https://crowdin.com/project/ublock 2015-10-06 14:13:47 -04:00
gorhill
fb146ef3b3 to deal with new arstechnica.com ad until fix is in EasyList 2015-10-06 14:07:18 -04:00
gorhill
bea19110db add info link for cloud storage in Settings pane 2015-10-06 08:10:45 -04:00
gorhill
19a717b4b6 comment... 2015-10-05 11:04:36 -04:00
gorhill
054ba17c96 oops, mixed up ABP issues: it\'s rather from https://issues.adblockplus.org/ticket/616 2015-10-05 11:03:20 -04:00
gorhill
8f4ee3e34d support for genericblock filter option (<https://issues.adblockplus.org/ticket/647>) 2015-10-05 10:58:24 -04:00
gorhill
3a4abc83d5 preparing for next release 2015-10-05 09:05:00 -04:00
gorhill
4021cffaf9 translation work from https://crowdin.com/project/ublock 2015-10-05 09:02:45 -04:00
gorhill
a92c8f1413 re. #781: backward compatibility code to ignore unsupported explicit style properties 2015-10-04 13:27:05 -04:00
gorhill
f0b65eb6e8 this fixes #780 2015-10-04 00:09:08 -04:00
gorhill
371670802b this fixes #695 2015-10-03 10:28:53 -04:00
gorhill
c96d0a7eff info accuracy in comment 2015-10-03 09:46:45 -04:00
gorhill
2ed90e1993 convert hard tabs to soft tabs 2015-10-03 09:44:23 -04:00
Raymond Hill
c4178d2ac6 Merge pull request #777 from jeeger/master
Added Conkeror to the list of supported platforms.
2015-10-03 09:41:50 -04:00
Jan Seeger
e27151d4d7 Added double braces to application ID. 2015-10-03 15:35:56 +02:00
Jan Seeger
e40e2345f9 Tab fixes, broken XML fixes.
Replaced tabs with spaces, added missing namespace for Description element.
2015-10-03 15:18:22 +02:00
Jan Seeger
95037276c8 Added Conkeror to the list of supported platforms.
uBlock Origins runs well in Conkeror, an emacs-inspired browser. This
patch makes it possible to install the plugin directly, without having
to modify the install.rdf file.
2015-10-03 14:24:00 +02:00
gorhill
ae47c5d4da this fixes #773 2015-10-02 12:21:44 -04:00
Raymond Hill
462912d399 Update README.md 2015-10-02 11:51:30 -04:00
gorhill
987da1960c updated comment 2015-10-02 09:34:53 -04:00
gorhill
0a6331e7be translation work from https://crowdin.com/project/ublock 2015-10-02 09:34:09 -04:00
Raymond Hill
70b4d3e037 Update README.md 2015-09-30 11:25:18 -04:00
gorhill
6b9848cf0d Exception script tag filter makes no sense: reject such filters 2015-09-30 10:17:25 -04:00
gorhill
a56dfe1858 oops, fix to #756 needs this 2015-09-30 09:37:27 -04:00
gorhill
c46d1f6a52 translation work from https://crowdin.com/project/ublock 2015-09-30 09:36:58 -04:00
gorhill
c141a29295 comment grammar 2015-09-30 09:35:24 -04:00
gorhill
8d294869fe this fixes #756 2015-09-30 09:33:38 -04:00
gorhill
cc17a77b0a this fixes #762 2015-09-28 15:51:02 -04:00
gorhill
34b58178bc this fixes #762 2015-09-28 15:50:09 -04:00
gorhill
97a2cf8d58 this addresses #759 -- until fix is in EasyPrivacy 2015-09-28 09:48:39 -04:00
gorhill
879f7a2255 translation work from https://crowdin.com/project/ublock 2015-09-27 10:15:03 -04:00
gorhill
12baeadac4 code review of new script tag filtering code 2015-09-27 10:13:31 -04:00
gorhill
e62246b380 translation work from https://crowdin.com/project/ublock 2015-09-26 19:10:05 -04:00
gorhill
7970f4dc70 new cosmetic filter to foil specific inline script tags 2015-09-26 19:07:23 -04:00
gorhill
9d90bb243f this addresses #275: test case send through email 2015-09-26 09:53:15 -04:00
gorhill
6c65672db0 this fixes #640 2015-09-25 12:26:56 -04:00
gorhill
f681bac407 reverting #739: this broke normal install 2015-09-25 11:54:07 -04:00
gorhill
55b99543f5 translation work from https://crowdin.com/project/ublock 2015-09-25 08:58:38 -04:00
gorhill
fc65c79d84 interim version for dev build 2015-09-25 08:33:50 -04:00
gorhill
8388ab4408 Merge branch 'master' of github.com:gorhill/uBlock 2015-09-25 08:32:06 -04:00
gorhill
de2d993d61 re. #724: configurable xhr timeout 2015-09-25 08:31:46 -04:00
gorhill
69d4a0aa0a attempt at fixing #362 2015-09-25 08:29:52 -04:00
Raymond Hill
2189a675e7 Merge pull request #739 from nrich/patch-1
Do not call onReady if addon is installing
2015-09-25 08:20:36 -04:00
Neil Richardson
93fb1dd251 Do not call onReady if addon is installing
If the uBlock extension is installed globally for all users on a machine, a user's first run of Firefox will fail to load uBlock because the call to appShell.hiddenDOMWindow will throw an exception. A second run of Firefox will load uBlock successfully.

The change will skip the call to onReady if the reason for the call to startup is because the addon is being installed.
2015-09-25 14:52:54 +08:00
Raymond Hill
e858c91224 Update README.md 2015-09-24 09:14:10 -04:00
Raymond Hill
d610aab52a Update README.md 2015-09-24 09:13:23 -04:00
Raymond Hill
482e22ca5c Update README.md 2015-09-24 09:12:01 -04:00