Commit graph

7 commits

Author SHA1 Message Date
Ray Lothian
2e4a330263 fixes #163 2022-11-13 05:08:36 -05:00
Tobias Speicher
368f3029ac
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-20 19:30:58 +01:00
Ray Lothian
d529950a03 version 0.4.7 2021-05-02 09:06:20 -04:00
Ray Lothian
00efe329a4 1. deletes more browser-specific properties. 2. adds more domains to the exception list 2021-05-02 07:07:10 -04:00
Ray Lothian
3447fce0a0 fixes #112 2020-12-29 10:39:24 +01:00
Ray Lothian
7a10d60cd5 version 0.4.5 2020-12-28 14:43:19 +01:00
Ray Lothian
ae8219dd9e fixes #114 2020-12-28 14:17:45 +01:00
Renamed from extension/common.js (Browse further)