@ -170,7 +170,6 @@ function getCsv() {
}
function csvEscape(value = '') {
console.log(value)
if (Array.isArray(value)) {
value = value
.flat()
@ -14,6 +14,7 @@ if (chrome.runtime.getManifest().manifest_version === 2) {
// eslint-disable-next-line no-unused-vars
const Utils = {
agent: chrome.runtime.getURL('/').startsWith('moz-')
? 'firefox'