Commit graph

22 commits

Author SHA1 Message Date
xiaoyifang 58a1f9b17f fix: iframe encoding error on certain website dictionaries 2023-04-03 17:49:34 +08:00
Xiao YiFang 2baffb0628 fix: website dictionary display incorrect text on the page.
fix #340
2023-02-09 23:00:32 +08:00
Xiao YiFang 021645ffc6 opt: add codecs detection in the website dictionary 2022-12-18 21:30:35 +08:00
Xiao YiFang a409413f54 fix: word around to fix website return 404 with no response body 2022-09-16 07:55:35 +08:00
Xiao YiFang 3bff15f385 Revert "fix:website dictionary url decode url"
This reverts commit 4098b61634.
2022-09-14 20:01:57 +08:00
Xiao YiFang 1cd1be84a1 "opt:website dictionary display when http status!=200" 2022-09-14 20:01:01 +08:00
Xiao YiFang 0676845328 fix:website dictionary display when http status!=200 2022-09-11 14:25:27 +08:00
Xiao YiFang c171d5b8bb fix:linux website dictionary show only text 2022-09-11 10:33:05 +08:00
Xiao YiFang 4098b61634 fix:website dictionary url decode url 2022-09-07 21:38:30 +08:00
Xiao YiFang 6e74c27ea2 opt:iframe height auto resize
some website ,the page content is lazy load, the iframe-resizer seems has trouble with them.
2022-09-04 19:03:27 +08:00
Xiao YiFang 349ac86d47 opt: use iframe resizer plugin to resize the iframe height. 2022-09-04 10:47:29 +08:00
Xiao YiFang 5c9b6b0171 forbid iframe focus operation 2022-09-02 21:27:25 +08:00
Xiao YiFang ab13be73fd remove iframe content-type detection 2022-08-21 12:47:40 +08:00
Xiao YiFang a4c5cfd301 fix:website base url handle 2022-08-14 10:38:20 +08:00
Xiao YiFang 1a2e648c40 fix:website dictionary has informal html structure 2022-08-10 19:49:31 +08:00
Xiao YiFang 2298fa2a3d opt:website tag regex expression refine 2022-07-17 18:23:21 +08:00
Xiao YiFang 6ed7fda315 opt: website dictionary ,add whitelist of host url. 2022-07-16 09:13:33 +08:00
Xiao YiFang 6057035f2b opt:website loading optimization 2022-07-11 22:46:18 +08:00
Xiao YiFang 7cac8c79b8 opt:deal with empty reply. 2022-07-09 10:37:40 +08:00
Xiao YiFang 949f46313d fix:iframe add extra extension to passthrough when enabled ad block. 2022-05-17 21:02:49 +08:00
Xiao YiFang b2d4342e70 fix: iframe website online dictionary css does not disply correctly 2022-05-17 00:30:31 +08:00
Xiao YiFang e6ab87ca73 fix:add ifr local scheme
due to iframe security policy and x-frame-option .
the website online dictionary can not work in qt 5.15.2+ version.
this is a workaround to pass through the restriction.
2022-05-15 22:54:26 +08:00