Commit Graph

547 Commits

Author SHA1 Message Date
Kevin Röbert
a3c013b4bf Fix for #5 and #6
We add new exceptions to fix #5 and #6.
2017-10-05 14:35:48 +02:00
Kevin Röbert
b306347ab5 Add rule for twitter
Add rule for twitter from #2
2017-09-23 20:59:24 +02:00
Kevin Röbert
092182c83a Fix google docs Top-Level Domain regex 2017-09-22 15:01:50 +02:00
Kevin Röbert
aabcaf16c5 Add exceptions for google docs and drive
@sciguyryan thx for reporting the issue

Fix for #4
2017-09-22 14:49:42 +02:00
Kevin Röbert
5b1172b7b6 Delete amazon rule for SALES sites
Amazon sites: "SALE", "Warehouse Deals" and "Coupons" need the 'rh'
field.
2017-09-20 15:56:26 +02:00
Kevin Röbert
b6886bba80 Gmail Attachments #3
We've fix this bug, with an exception for the XHR urls on google mail.

@sciguyryan thank for reporting.
2017-09-20 15:28:02 +02:00
Kevin Röbert
c32e0ecec7 Add new rule for reddit 2017-09-18 18:15:23 +02:00
Kevin Röbert
c293dfb531 Add new version number 2017-09-18 17:53:08 +02:00
Kevin Röbert
92dbc4498e Remove not needed permissions 2017-09-18 17:51:11 +02:00
Kevin Röbert
4f61b11d77 New rules for the new feature 2017-09-18 17:50:46 +02:00
Kevin Röbert
c256461340 Add Expand URL Feature
Now the Add-on can expand urls and directly redirect to the target url.
2017-09-18 17:50:36 +02:00
Kevin Röbert
244642f82c New version number 2017-09-14 03:39:50 +02:00
Kevin Röbert
47c4882e9b Fix global counter issue
The total elements field need async to long to load, so that this value
is NaN by scanning the first url. We check now first of NaN or Null and
get the current value. The browser is waiting until the value is loaded.
2017-09-14 03:39:40 +02:00
Kevin Röbert
986ee20233 Constraining complete Provider rules to https/http 2017-09-13 23:37:19 +02:00
Kevin Röbert
e528ade2f0 Add site blocked alert page
Inform the user about the full url blocking
2017-09-13 23:37:18 +02:00
Kevin Röbert
b23089ac9a New amazon rules 2017-09-09 13:19:09 +02:00
Kevin Röbert
05b3220a4d New amazon rules 2017-09-08 02:37:31 +02:00
Kevin Röbert
74f1c1dea9 Add google rule 2017-09-06 15:33:04 +02:00
Kevin Röbert
98a7faea06 Subdomain fix 2017-09-06 15:31:23 +02:00
Kevin Röbert
203f33cb99 Add provider twitter and rules 2017-09-06 15:10:31 +02:00
Kevin Röbert
7ae849cd9d Change bootstrap version to stable
For firefox addons are only stable versions of external libaries allowed, so we change from bootstrap 4 to bootstrap 3.3.7
2017-09-02 23:55:34 +02:00
Kevin Röbert
d7dcd87826 Add promotion files to project
The screenshots on AMO
2017-09-01 12:32:17 +02:00
Kevin Röbert
32d730c307 Remove old stuff from project 2017-09-01 12:30:14 +02:00
Kevin Röbert
e13f4559d8 Add README 2017-09-01 00:54:10 +02:00
Kevin Röbert
155c3a4e71 Add README 2017-09-01 00:53:37 +02:00
Kevin Röbert
810bf91f0c Add README 2017-09-01 00:52:52 +02:00
Kevin Röbert
ae44e4f2a6 Create LICENSE 2017-09-01 00:23:08 +02:00
Kevin Röbert
03b9d06d56 Add offline storage for rules 2017-08-31 21:19:51 +02:00
Kevin Röbert
a75daa0d28 Add new design 2017-08-31 21:19:32 +02:00
Kevin Röbert
0a13f134b0 remove old stuff from main folder 2017-08-31 21:19:10 +02:00
Kevin Röbert
e5f91015db Move old stuff in folder 2017-08-31 21:18:42 +02:00
Kevin Röbert
942e0950a4 Add Tabcounter (de)activation switch
Thanks to https://addons.mozilla.org/de/firefox/user/HardKoreG/ for the
idea
2017-08-30 17:18:10 +02:00
Kevin Röbert
3a4d2a7460 fix 2017-08-25 01:16:38 +02:00
Kevin Röbert
d801741215 new amazon rule 2017-08-25 01:08:11 +02:00
Kevin Röbert
7a0f965a84 url logic fix 2017-08-25 01:02:55 +02:00
Kevin Röbert
78d6e4c26b Regex logic fix for amazon search 2017-08-25 00:51:01 +02:00
Kevin Röbert
c071805127 delete exception 2017-08-25 00:47:19 +02:00
Kevin Röbert
ce465fe240 amazon search 2017-08-25 00:42:00 +02:00
Kevin Röbert
429ad06097 Amazon Search Exception 2017-08-25 00:33:39 +02:00
Kevin Röbert
436bf680b1 fix 2 2017-08-25 00:26:51 +02:00
Kevin Röbert
8b6e455524 Amazon ref exception fix 2017-08-25 00:20:11 +02:00
Kevin Röbert
2b370fdf5b Regex amazon exception fix 2017-08-25 00:10:13 +02:00
Kevin Röbert
5a887778d1 New exception for amazon video 2017-08-24 23:54:04 +02:00
Kevin Röbert
8c26edb2e5 Add amazon rule "ref"
Mozilla has accept the new add-on version, so the rule can be add to the data.json
2017-08-24 12:49:13 +02:00
Kevin Röbert
8c8413d277 Add new rules
+ Amazon rule
+ Globale rule
2017-08-24 00:35:51 +02:00
Kevin Röbert
3d119f01e2 Add new rules and rewrite old rules
+ New rules for:
+ youtube
+ facebook
+ imdb
+ adsensecustomsearchads
+ new global rules

Rewrite old rules regex after the = from "[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
to "[^&]*(\\?|&(amp;)?)?", because it is stronger.
2017-08-24 00:16:07 +02:00
Kevin Röbert
4deb0b7d6a Flush the cache 2017-08-23 15:32:40 +02:00
Kevin Röbert
ddceeafd98 Add new version number 2017-08-23 15:30:41 +02:00
Kevin Röbert
db19e4819a Remove the ref rule until the mozilla review 2017-08-23 15:21:45 +02:00
Kevin Röbert
a5495594c1 Activate the exception function 2017-08-23 15:21:09 +02:00