Commit Graph

39 Commits

Author SHA1 Message Date
nobody e87b40e6b9
cleanup and replace all instances of 'var' with 'let' 2024-04-28 07:18:40 +02:00
nobody d8d48265d5
HTML filter trim spaces in character set detection (#1526) 2023-09-07 06:06:25 +02:00
nobody 47d2956824
Check HTML filter improved 2022-07-10 07:10:26 +02:00
nobody 5cbd55ae38
HTML filter modified (#859) 2022-02-06 08:06:07 +01:00
nobody 10c0887057
Code style 2021-12-05 07:30:31 +01:00
nobody 05ea59029f
Code style: wrap regex 2021-11-28 09:28:38 +01:00
nobody c91d85d53a
Incorrect insertion of the UTF8 charset in the HTML filter (#782) 2021-11-24 07:22:11 +01:00
nobody b38ec6f46b
Set correct charset in HTML when HTML filter is active (#736) 2021-10-23 10:08:13 +02:00
nobody f8357e30c2
Fixed: Default charset of HTML filter (#567) 2021-07-13 06:30:43 +02:00
nobody fa22b8b2be
Improved: HTML filter inside frames (#439) 2021-05-03 06:44:52 +02:00
nobody a00f25d6ef
Fixed: HTML filter (If website does not deliver any charset) (#340) 2021-04-01 07:04:47 +02:00
nobody bbbd1a6cd7
Fixed: Charset detection in HTML filter improved and check if supported (#293) 2021-02-28 18:08:07 +01:00
nobody 31aaefc3ae
Logging applied (#279) 2021-02-21 19:51:47 +01:00
nobody ad00d4c3a8
Fixed: HTML filter (#277) 2021-02-21 19:13:11 +01:00
nobody db398fadec
Just code style (JS) 2021-02-17 07:01:08 +01:00
nobody e597707eae
Improved: HTML filter (#257) 2021-01-30 06:45:21 +01:00
nobody 905b0ae73a
Revert "Fixed: Invert HTML Filter option breaks sourcecode view (#234)"
This reverts commit ffe5ba6b48.
2021-01-22 06:14:48 +01:00
nobody ffe5ba6b48
Fixed: Invert HTML Filter option breaks sourcecode view (#234) 2021-01-15 06:21:35 +01:00
nobody 20d24a8f4e
Fixed: HTML filter (#192) 2020-12-06 07:52:25 +01:00
nobody 41bfc38891
Names of all variables changed (#138) 2020-10-17 07:09:30 +02:00
nobody 1a97b72039
Only open release notes in case of new CDNs (#132) 2020-10-11 12:52:17 +02:00
nobody 500f00c969
Improved handling when HTML filter is not supported 2020-08-09 10:10:12 +02:00
nobody 03178c3963
Docs revised 2020-06-30 18:41:58 +02:00
nobody 668c42afbd
Implemented: Option to enable HTML-Filter by default (#33) 2020-06-25 07:54:17 +02:00
nobody 16140d8b52
Fixed error when querying from list to manipulate DOM 2020-05-27 18:33:29 +02:00
nobody a1a4a1c69e
Method domainIsWhitelisted renamed to domainIsListed 2020-05-26 20:26:15 +02:00
nobody 9af1659cdf
Check if domain in list to manipulate DOM (#1) 2020-05-25 22:53:46 +02:00
nobody 91527a186c
Improved charset detection in HTML source code 2020-05-25 06:19:17 +02:00
nobody 5614551d1b
Updated charset check 2020-05-23 16:56:16 +02:00
nobody bad4187cd7
Check if charset is supported by TextDecoder 2020-05-22 07:19:01 +02:00
nobody 2f9247eb24
Dead code removed 2020-05-22 07:18:37 +02:00
nobody 65ae6f6e79
Regex modified for charset in HTML source code 2020-05-21 20:26:41 +02:00
nobody 2840cd6d1b
Identify correct charset if its in quotation mark 2020-05-21 19:44:33 +02:00
nobody42 2a7ea82c87
Fixed typo in manipulate-dom.js 2020-05-19 17:38:07 +02:00
nobody42 6cb37acaac
Second decoder implemented 2020-05-19 17:26:16 +02:00
nobody42 88d6946fa0
Considers existing charset in header 2020-05-17 08:43:27 +02:00
nobody42 636444cd76
Fixed encoding problem with some websites (#75) 2020-05-16 17:35:26 +02:00
nobody42 208615a62c
Return statement moved (#66) 2020-05-03 07:39:10 +02:00
nobody42 f5a17653c5
Error in encoding fixed (#66) 2020-05-02 13:56:49 +02:00