76 Commits

Author SHA1 Message Date
Adam
66e3afed16 Prepare for v1.8.1 release 2022-11-30 22:43:03 -08:00
Adam
88715d1187 Prepare for v1.8.0 release 2022-04-17 18:21:02 -07:00
Adam
767c100d12 Prepare for v1.7.9 release 2021-03-30 23:06:27 -07:00
Adam
2cd984c897 Prepare for v1.7.8 release 2020-11-20 18:19:56 -08:00
Adam
0f129c5d6c Prepare for v1.7.7 release 2020-10-26 21:14:02 -07:00
Adam
a94dd2dfef Prepare for v1.7.6 release 2020-09-27 16:47:29 -07:00
Adam
b23aa3819a Fix formatting 2020-09-21 22:12:28 -07:00
ohad
55886ce748
add globes.co.il (#890)
* add globes.co.il

* A. gitignore build/output
B. chmod +x build.sh
2020-09-21 22:10:29 -07:00
Adam
5a9093bfd6 Prepare for v1.7.5 release 2020-08-08 13:25:09 -07:00
Adam
e2444aa650 Prepare for v1.7.4 release 2020-07-06 18:45:35 -07:00
Robert Kieffer
2659570b65
support adding custom sites (#669) 2020-06-22 21:09:31 -07:00
Adam
b8f4458d1e Prepare for v1.7.3 release 2020-05-31 11:22:03 -07:00
Adam
06c43db592 Prepare for v1.7.2 release 2020-05-22 14:46:10 -07:00
Adam
de0a2ca7c9 Prepare for v1.7.1 release 2020-05-03 12:15:29 -07:00
Adam
939beeb0f0 Fix loading of contentScript 2020-04-26 23:06:38 -07:00
Adam
08f2db9ec5 Run semistandard linter, manual camelCase conversions, misc. fixes and cleanup 2020-04-26 16:03:36 -07:00
Adam
67e8e4e70a
Fix update_url 2020-04-24 09:02:58 -07:00
Adam
b84c534180 File directory structure update 2020-04-19 16:30:50 -07:00
Bela Lubkin
54c1689b43 Make manifest.json and manifest-ff.json more similar:
- manifest-ff.json: add "homepage_url" (shows up in FF addons 'manage' pane)
- manifest.json, manifest-ff.json: reorder "browser_action" to match
- manifest.json: add "browser_action.default_icon"
- manifest.json: split "permissions" into lines like manifest-ff.json
- manifest.json: use 2-char indents like manifest-ff.json
2020-03-27 00:56:27 -07:00
Bela Lubkin
1c3d8d622c Merge 'bypass-paywalls-firefox' extension into 'bypass-paywalls-chrome'
- include the best versions of everything (to the best of my ability...)
- include all supported sites
- update docs to always point to 'bypass-paywalls-chrome' repository
- update docs to be -- not browser-agnostic, but poly-browser
- (tested the 1st 11 sites in alphabetical order, plus WSJ -- using Opera)
- cen.acs.org: retain localstorage ('cookie warning' accepted)
- cen.acs.org: remove .meteredBar '2/3 articles remaining' bar
- XXX centralwesterndaily.com.au: not working (article window-shaded)
- all others tested seem fine (intentionally provoked failures w/ bypass
  disabled, demonstrated success when enabled)
- (end of alphabetical testing)
- move defaultSites{} from background.js & options.js to common.js
- uncertain whether FF contentScript.js code for businessinsider.com,
  haaretz.co.il, wsj.com was helpful, I left them commented out
- use browser-agnostic 'extension_api.*' in place of browser.*, chrome.*
- use 'comma-on-last-item' syntax to allow insertion & sorting without
  breaking structures, minimize commit footprints
- replace 'location.whatever' refs with consistent 'window.location.whatever'
- break structure inits into multi-line format where appropriate
- convert TABs to spaces (background.js had 2-space tabs, manifest.json 4!)
- remove trailing spaces
- sort tables which ought to be sorted, consistently using Linux `LANG=C sort`
  (strict ASCII ordering)
- XXX use of window.location.href.indexOf() considered harmful: for instance,
  'ft.com' will match 'loft.com', or 'ibm.co' (Columbia) matches 'ibm.com';
  intend to replace with something like hostDomainIs('ft.com') -- not now
- XXX Firefox completely untested; I believe a *.xpi with manifest-ff.json
  in place of manifest.json will work, but have not tried
- XXX did not attempt to update updates.json (FF), updates.xml (Chrome)
- XXX why do bypass.svg, *_screenshot.png exist?  At least should not be
  included in *.crx, *.xpi
- XXX same Google Analytics code now in FF build, not sure if this is OK
- version arbitrarily slammed to '1.7.0' (could be '2.0.0')
- code delta -283 lines (mainly defaultSites{}); or -1585 + 3 binaries,
  counting prospective retirement of 'bypass-paywalls-firefox'
- should have been something like 20 separate commits, but got out of hand...

(note 'XXX' problem areas)
2020-03-19 11:04:17 -07:00
Adam
34b01929c1 Prepare for v1.6.3 release 2020-02-12 23:37:47 -08:00
Adam
d44660b9fa Prepare for v1.6.2 release 2020-01-27 22:14:35 -08:00
Adam
60ade67619 Prepare for v1.6.1 release 2019-12-15 13:33:58 -08:00
Adam
4271f152b0 Prepare for v1.6.0 release 2019-12-07 13:41:53 -08:00
Adam
6fc9f082db Prepare for v1.5.9 release, clean up some styling 2019-11-21 21:17:32 -08:00
Adam
addc932269 Prepare for v1.5.8 release 2019-11-11 20:21:30 -08:00
Adam
caa2c151e3 Prepare for v1.5.7 release 2019-11-10 15:11:06 -08:00
iscreamcoke
806882a574
homepage_url in manifest.json 2019-11-01 18:53:19 +01:00
Adam
cbbbb0b45f Prepare for v1.5.6 release 2019-10-27 16:03:01 -07:00
iscreamcoke
2c608eab47
Bump version to v1.5.5 2019-10-16 09:42:50 +02:00
Adam
e496aa490a Bump version to v1.5.4 2019-10-01 00:20:10 -07:00
Adam
73df826602 Prepare for v1.5.3 release 2019-09-22 17:55:29 -07:00
Adam
0c742f82b0 Revert "Change Key and Remove update url"
This reverts commit 3b37e4cb53286acba2cb5bccc698e4e24f369930.
2019-07-18 00:17:12 -07:00
Adam
616b36a6e2 Automatically close annoying WSJ popup 2019-06-30 16:24:09 -07:00
WolfRamAlpha12
3b37e4cb53 Change Key and Remove update url 2019-06-30 16:24:09 -07:00
Adam
4fce31e0c1 Fix barrons.com 2019-05-25 14:18:22 -07:00
Adam
72bd95bf52 Add americanbanker.com, update version 2019-05-12 22:27:15 -07:00
Adam
6493da7d21 Add scientificamerican.com 2019-04-28 13:43:51 -07:00
Adam
92120c9571 Add fnlondon.com, foreignaffairs.com, nymag.com, sfchronicle.com, theglobeandmail.com, vanityfair.com 2019-04-06 14:13:58 -07:00
Adam
0286459e59 Update version to v1.4.7 2019-03-20 19:15:35 -07:00
Adam
fdd09e481d Fix ft.com 2019-02-23 12:09:02 -08:00
Adam
8076332dc3 Increment version to test auto-update 2019-02-17 18:29:57 -08:00
Adam
5e0a3bf6e8 Set key and appid 2019-02-17 14:50:28 -08:00
Adam
9be3187eb0 Attempt to add auto-updating 2019-02-17 14:29:40 -08:00
Adam
3147089896 Add thenewsrep.com, fix wapo.com 2019-02-17 14:07:19 -08:00
Adam
4b8bcc852f Minor WSJ bypass optimization, update README 2019-02-10 15:14:18 -08:00
Adam
1e7cf8ed56 WSJ fixes 2019-02-07 19:28:11 -08:00
Adam
097494932a Fix WSJ bypass (thanks for the tip cynopt!) 2019-02-06 23:28:32 -08:00
Adam
6ad8a88892 Fix for Chrome v72 2019-02-04 18:32:56 -08:00
iscreamcoke
60e2e61079
Updated to 1.3.9 2019-01-06 00:51:18 +01:00