v0.126ยค
Refactorยค
- Replaced BeautifulSoup4 with a custom HTML parser.
- The heuristic for inserting JS and CSS dependenies into the default place has changed.
- JS is still inserted at the end of the
<body>
, and CSS at the end of<head>
. - However, we find end of
<body>
by searching for last occurrence of</body>
- And for the end of
<head>
we search for the first occurrence of</head>
- JS is still inserted at the end of the