Commit Graph

119 Commits (master)

Author SHA1 Message Date
Sunshine 87eb197e33 do not indent links based on depth in the output 2 days ago
Viktor Szépe 6798cad2b2 Fix typos 2 months ago
Sunshine f7e5527432 upgrade html5ever to 0.26.0 4 months ago
Sunshine 727eae2e35 get rid of warnings related to new API of base64 crate 4 months ago
Sunshine 81b304c558 optimize code 4 months ago
Sunshine 68a1531a11
Update packages (#313)
update dependencies
2 years ago
Sunshine 1b353d0b46
include unsafe-eval origin for isolated documents 2 years ago
Sunshine 2cc1870033
get rid of macros, move tests out of src 3 years ago
Sunshine 4bc8043f0f
account for charset when creating data URLs 3 years ago
Sunshine 5effa38392
use proper charset detection for linked assets 3 years ago
Sunshine c938ba6a2f
modify proper attribute for (i)frame elements 3 years ago
Sunshine b8aa545e8c
add support for wider range of charsets 3 years ago
Sunshine a6e891b3c5
add more tests 3 years ago
Sunshine a308a20411
simplify code of CLI tests 3 years ago
Sunshine a6ddf1c13a
simplify code responsible for processing CSS 3 years ago
Sunshine 6f918f6c1c
make possible to unwrap NOSCRIPT nodes 3 years ago
Sunshine 2e86ee67a5
revamp codebase 3 years ago
Sunshine 11207d49d2
embed alternate stylesheets 3 years ago
Sunshine 4921a70dda
Merge branch 'master' into change-meta-charset-to-utf-8 3 years ago
Sunshine e0273c664a
forcefully set document's charset to UTF-8 3 years ago
Sunshine 6d629bfd4a
Merge pull request #244 from snshn/process-noscript
Process contents of NOSCRIPT tags
3 years ago
Sunshine ae9d78a891
process contents of NOSCRIPT tags 3 years ago
Sunshine e41fd6a1c6
fix embedding of srcset for PICTURE nodes 3 years ago
Sunshine 614a518475
fix srcset parsing 3 years ago
Sunshine 4ba4285b6b
add support for embedding video and audio files 3 years ago
Sunshine 8adf059980
fix crash associated with trailing/repeating commas within srcset 3 years ago
Sunshine d89b4d5f5b
refactor code that processes the DOM 3 years ago
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 3 years ago
Sunshine 38a6f963ad
account for network errors, add option to ignore them 4 years ago
Sunshine 1d6392cb28
implement support for BASE tag 4 years ago
Sunshine 90f7c3a0d0
alphabetical order for function names 4 years ago
Sunshine 09d41d2cf1
automatically obtain favicon.ico 4 years ago
Sunshine bc98aca2a2
indent items in retrieval log to form a tree-like structure 4 years ago
Sunshine ddb97009e9
pass options object instead of using separate parameters 4 years ago
Sunshine 2ac964fae5
include font-src into CSP 4 years ago
Sunshine ae5d6d2df4
refactor CSP code 4 years ago
Sunshine 44cac65a83
automatically remove "Refresh" and "Location" META tags 4 years ago
Sunshine 0347fd3985
move metadata tag code into a function 4 years ago
Sunshine 5c229c51da
move functions related to URL manipulation into url.rs 4 years ago
Sunshine f6ea16b3ad
create a separate function for appending URL fragments 4 years ago
Sunshine f9aac6f41b
update crates 4 years ago
Sunshine cbe3f9f554
implement support for embedding images within srcset 4 years ago
Sunshine a18df74946
refactor code and implement integrity validation 4 years ago
Sunshine f22e2b6e68
embed SVG IMAGE assets 4 years ago
Sunshine 9b40dbbf27
add option to exclude web fonts 4 years ago
Sunshine edacd09dc8
store blobs instead of data URLs in cache 4 years ago
Sunshine a19aa37ea8
Merge pull request #145 from snshn/no-images-svg
Empty SVG nodes when excluding images
4 years ago
Sunshine 791e44796e
resolve hrefs of <area> image-map tags 4 years ago
Sunshine 1d6217ef5a
empty SVG nodes if --no-images 4 years ago
Sunshine 29836d979a
add support for image inputs 4 years ago