===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
luakit-2.2.1/README.md-88-Just copy the files you wish to change (and the rc.lua) into
luakit-2.2.1/README.md:89:`$XDG_CONFIG_HOME/luakit` (defaults to `~/.config/luakit/`) and luakit will
luakit-2.2.1/README.md-90-use those files when you next launch it.
##############################################
luakit-2.2.1/lib/downloads_chrome.lua-104-    for (i = 0; i < prefixes.length && 1023 < bytes; i++, bytes /= 1024);
luakit-2.2.1/lib/downloads_chrome.lua:105:    return `${bytes.toFixed(precision)} ${prefixes[i]}`
luakit-2.2.1/lib/downloads_chrome.lua-106-}
##############################################
luakit-2.2.1/lib/downloads_chrome.lua-114-    let dt = new Date(1000 * d.created)
luakit-2.2.1/lib/downloads_chrome.lua:115:    let dateStr = `${dt.getDate()} ${months[dt.getMonth()]} ${dt.getFullYear()}`
luakit-2.2.1/lib/downloads_chrome.lua-116-    let href = d.destination.substring(d.destination.lastIndexOf('/') + 1)
##############################################
luakit-2.2.1/lib/downloads_chrome.lua-121-    let status_text
luakit-2.2.1/lib/downloads_chrome.lua:122:        = d.status == 'started'  ? `downloading - ${RS(d.current_size)}/${RS(d.total_size)} @ ${RS(d.speed)}/s`
luakit-2.2.1/lib/downloads_chrome.lua:123:        : d.status == 'finished' ? `finished - ${RS(d.total_size)}`
luakit-2.2.1/lib/downloads_chrome.lua-124-        : d.status == 'created'  ? 'waiting'
##############################################
luakit-2.2.1/lib/downloads_chrome.lua-182-        download_remove(id)
luakit-2.2.1/lib/downloads_chrome.lua:183:        document.querySelector(`.download[data-id="${id}"]`).style.display = 'none'
luakit-2.2.1/lib/downloads_chrome.lua-184-    } else if (event.target.matches('.cancel')) {
##############################################
luakit-2.2.1/lib/history_chrome.lua-245-                let lastItem = results[i - 1] || {}
luakit-2.2.1/lib/history_chrome.lua:246:                let html = item.date !== lastItem.date ? `<div class=day-heading>${item.date}</div>`
luakit-2.2.1/lib/history_chrome.lua-247-                    : (lastItem.last_visit - item.last_visit) > 3600 ? `<div class=day-sep></div>`
##############################################
luakit-2.2.1/lib/newtab_chrome.lua-32---- Path to a HTML file to use for the new tab page.
luakit-2.2.1/lib/newtab_chrome.lua:33:--The default value is `$XDG_DATA_DIR/luakit/newtab.html`.
luakit-2.2.1/lib/newtab_chrome.lua-34--- @type string