Matt Baer
563a0d6403
Merge pull request #27 from thebaer/patch-openinapp
...
Hide "open in app" button
2018-04-10 12:19:24 -04:00
5cd667412a
Hide "open in app" button
...
This closes #11
2018-04-10 12:14:25 -04:00
821023e8a6
Merge branch 'master' of github.com:thebaer/MMRA
2018-04-10 12:10:52 -04:00
Matt Baer
00c6c5c427
Merge pull request #26 from thebaer/patch-postmeter
...
Hide postMeterBar & do it with CSS instead of JS
2018-04-10 12:07:06 -04:00
37a9b56d2e
Add intro comment to medium.css
2018-04-10 12:04:55 -04:00
3581f659f7
Hide postMeterBar & do it with CSS instead of JS
...
This hides the `postMeterBar` (closing #19 ) and, since it wasn't
possible with JS, includes the style with an injected stylesheet
(closing #8 ).
2018-04-10 12:02:44 -04:00
98542b83ef
Revert to "annoying, user-hostile software"
2018-04-10 11:34:57 -04:00
8d4b501f3f
Mention new ability to hide highlight bar in README
2018-04-09 09:06:35 -04:00
Matt Baer
4db614aa4b
Merge pull request #25 from Nudin/master
...
Hide highlightbar on selection
2018-04-09 09:01:44 -04:00
707a1fed57
Make indentation consistent
2018-04-09 08:59:20 -04:00
Michael F. Schönitzer
0f40d390d7
Make savebutton have normal size
2018-04-08 13:15:01 +02:00
Michael F. Schönitzer
8512fa5f25
Add feature: disable highlight menu
2018-04-08 13:11:03 +02:00
e4c39274a3
Make README more readable
2018-03-31 11:51:01 -04:00
417fd7bc3d
Bump version to 1.3.1
2018-03-31 09:49:22 -04:00
Matt Baer
63fb325f02
Merge pull request #23 from thebaer/patch-medium-detection
...
Fix Medium detection
2018-03-31 09:42:11 -04:00
316dbf0f29
Comment more about the Medium site check
2018-03-31 09:36:56 -04:00
4b1ca2a26c
Fix Medium site detection
...
Now does a case-insensitive check for "Medium" in meta tag.
This addresses the issue brought up in #22 .
2018-03-31 09:36:32 -04:00
96d77d8ef5
Specify the uncheckable options are "features"
2018-03-07 18:51:23 -05:00
bf85c8d383
Prettify README
2018-01-05 20:56:41 -05:00
b7b623a402
Improve extension description
2018-01-05 20:22:59 -05:00
Matt Baer
7f28bc3362
Merge pull request #14 from bfred-it/patch-1
...
Improve/fix querySelector usage
2017-12-18 22:27:39 -05:00
Federico Brigante
fd25d28997
Improve/fix querySelector usage
2017-12-16 17:39:40 +08:00
ed675b91dd
Use better Firefox Add-ons URL
2017-09-14 19:47:56 -04:00
23daa9148f
Merge branch 'readme'
2017-09-14 19:46:31 -04:00
4792befb0d
Fix Firefox application ID
2017-09-13 23:54:49 -04:00
9302113834
Add Firefox add-on link to README
...
And generalize description: "browser" -- not "Chrome" -- extension.
2017-09-13 23:13:09 -04:00
5c4e62967e
Bump version to 1.3
2017-09-13 23:12:24 -04:00
1c6456b66f
Add applications
key to manifest
...
Fixes potential issues with storage.sync when add-on is loaded
temporarily in Firefox. (#4 )
2017-09-13 23:10:48 -04:00
0ce4067f36
Mention large image improvements in README
2017-09-13 23:01:10 -04:00
e8c31347cd
Make img noscript selector more explicit
2017-09-13 23:00:50 -04:00
24637b1b79
Front-load images by constructing img elements
...
instead of using `innerHTML` to create an element from text inside
`noscript` tags. This addresses as issue preventing Add-on acceptance
for Firefox (#4 )
2017-09-13 22:58:10 -04:00
Matt Baer
92cd527e93
Merge pull request #10 from panckreous/ridiculous-header
...
Add option to resize ridiculous massive headers
2017-09-05 21:06:15 -04:00
Dan Berman
6a366158dd
Shrink header images when navigating within Medium as well
2017-09-04 18:43:06 -07:00
Dan Berman
e6bf5ef591
rename header image option
2017-09-04 15:18:28 -07:00
Dan Berman
de3c8d3883
rename makeViewable to shrinkHeaderImages and make default
2017-09-04 15:12:33 -07:00
Dan Berman
f7db85ba31
Add option to resize ridiculous massive headers
2017-09-02 08:04:28 -07:00
2d46c48b62
Add .gitignore
...
Ignore swap files
2017-08-31 19:25:35 -04:00
8e0526ba1b
Bump version to 1.2
2017-08-31 19:23:44 -04:00
921b8a92ee
Merge branch 'kgdiem-master'
2017-08-31 19:03:13 -04:00
915e31efa5
Merge branch 'master' of https://github.com/kgdiem/MMRA into kgdiem-master
2017-08-31 19:02:53 -04:00
Kevin Diem
df292a3974
remove swap file
2017-08-31 10:17:46 -04:00
Kevin Diem
d65e9ddeba
change target to config
2017-08-31 10:17:22 -04:00
9803c18925
Merge branch 'bfred-it-patch-1'
2017-08-30 23:30:29 -04:00
6fefef7283
Merge branch 'patch-1' of https://github.com/bfred-it/MMRA into bfred-it-patch-1
2017-08-30 23:30:09 -04:00
9d0d8e139b
Check for null dickbars before applying styles
2017-08-30 23:12:41 -04:00
2cfbf29054
Mention new lazy loading option in README
2017-08-30 22:59:07 -04:00
3a3be01c88
Add option to disable dynamic/lazy image loading
...
This ensures all images in a post load immediately, instead of waiting
for the user to scroll down the page.
Closes #5
2017-08-30 22:45:22 -04:00
Kevin Diem
7b1416ed76
use mutation observer to watch for body change & remove footer
2017-08-30 15:11:46 -04:00
Federico Brigante
6b48919387
Rename background.js to content.js
2017-08-30 14:28:20 +07:00
Federico Brigante
e548d557d6
Rename background.js
2017-08-30 14:27:54 +07:00