Memex icon indicating copy to clipboard operation
Memex copied to clipboard

Browser extension to curate, annotate, and discuss the most valuable content and ideas on the web. As individuals, teams and communities.

Results 130 Memex issues
Sort by recently updated
recently updated
newest added

hi all, love the hard work you've put in on Memex but I've fallen out of using it since I strongly prefer safari to other browsers on my Mac. However,...

Windows 10 - 21H2 Firefox 96.0.1 **Description** : On dark mode, text highlighted with Memex is basically unreadable, which kind of defeats the purpose of an highlighter ! See the...

Bumps [terser](https://github.com/terser/terser) from 4.2.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

not quite an issue, more like a humble feature request. the [solid project](https://solidproject.org) is working towards an evolved standards based decentralized web architecture that provides for both user controlled data...

Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 3.0.1 to 3.2.2. Release notes Sourced from dexie's releases. Dexie v3.2.2 Security fix Prohibit possible prototype pollution in Dexie.setByKeyPath() (https://github.com/dexie/Dexie.js/commit/1d655a69b9f28c3af6fae10cf5c61df387dc689b) Bugfix Fix #1473 Cannot use Dexie in...

dependencies

The read me states the repo is under the MIT license, but the link is dead and there is no other license file. I just wanted to question/clarify the license...

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) or [String.prototype.substring()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substring) which work similarily but aren't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so...