1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
bbbd1a6cd7 Fixed: Charset detection in HTML filter improved and check if supported (#293) 2021-02-28 18:08:07 +01:00
31aaefc3ae Logging applied (#279) 2021-02-21 19:51:47 +01:00
ad00d4c3a8 Fixed: HTML filter (#277) 2021-02-21 19:13:11 +01:00
db398fadec Just code style (JS) 2021-02-17 07:01:08 +01:00
e597707eae Improved: HTML filter (#257) 2021-01-30 06:45:21 +01:00
905b0ae73a Revert "Fixed: Invert HTML Filter option breaks sourcecode view (#234)"
This reverts commit ffe5ba6b48.
2021-01-22 06:14:48 +01:00
ffe5ba6b48 Fixed: Invert HTML Filter option breaks sourcecode view (#234) 2021-01-15 06:21:35 +01:00
20d24a8f4e Fixed: HTML filter (#192) 2020-12-06 07:52:25 +01:00
41bfc38891 Names of all variables changed (#138) 2020-10-17 07:09:30 +02:00
1a97b72039 Only open release notes in case of new CDNs (#132) 2020-10-11 12:52:17 +02:00
500f00c969 Improved handling when HTML filter is not supported 2020-08-09 10:10:12 +02:00
03178c3963 Docs revised 2020-06-30 18:41:58 +02:00
668c42afbd Implemented: Option to enable HTML-Filter by default (#33) 2020-06-25 07:54:17 +02:00
16140d8b52 Fixed error when querying from list to manipulate DOM 2020-05-27 18:33:29 +02:00
a1a4a1c69e Method domainIsWhitelisted renamed to domainIsListed 2020-05-26 20:26:15 +02:00
9af1659cdf Check if domain in list to manipulate DOM (#1) 2020-05-25 22:53:46 +02:00
91527a186c Improved charset detection in HTML source code 2020-05-25 06:19:17 +02:00
5614551d1b Updated charset check 2020-05-23 16:56:16 +02:00
bad4187cd7 Check if charset is supported by TextDecoder 2020-05-22 07:19:01 +02:00
2f9247eb24 Dead code removed 2020-05-22 07:18:37 +02:00
65ae6f6e79 Regex modified for charset in HTML source code 2020-05-21 20:26:41 +02:00
2840cd6d1b Identify correct charset if its in quotation mark 2020-05-21 19:44:33 +02:00
2a7ea82c87 Fixed typo in manipulate-dom.js 2020-05-19 17:38:07 +02:00
6cb37acaac Second decoder implemented 2020-05-19 17:26:16 +02:00
88d6946fa0 Considers existing charset in header 2020-05-17 08:43:27 +02:00
636444cd76 Fixed encoding problem with some websites (#75) 2020-05-16 17:35:26 +02:00
208615a62c Return statement moved (#66) 2020-05-03 07:39:10 +02:00
f5a17653c5 Error in encoding fixed (#66) 2020-05-02 13:56:49 +02:00