thunderbird: new tab page

This commit is contained in:
He4eT 2023-10-15 02:11:15 +03:00
commit 026bd76c42

View file

@ -183,6 +183,8 @@
<div class='block' data-id='144'></div> <div class='block' data-id='144'></div>
</main> </main>
<script> <script>
/** @see https://rectangles.app/ */
const getCurrentBlockId = () => { const getCurrentBlockId = () => {
const now = Date.now() const now = Date.now()
const midnight = new Date(now).setHours(0, 0, 0, 0) const midnight = new Date(now).setHours(0, 0, 0, 0)