Repositories (1)

YouTube-Auto-Reply
2 snippets stored for this repo
// 恢复设置的内容
chrome.storage.local.get(['getContent', 'getDelayTime', 'getBlackList', 'getSheetUrl'], ({ getContent, getDelayTime, getBlackList, getSheetUrl }) => {
  content.value = getContent || ''
  sheetUrl.value = getSheetUrl || ''
  blackList.value = getBlackList || 'fuck|pussy|\\b(shit|ass|cunt)\\b|asshole|bitch|dick|vagina|penis|whore|stupid|devil|goddamnit|promo'
  delayTime.value = getDelayTime || 60
})
const btnStr = document.querySelector('#autoReply ytcp-ve')
  const blackList = init.getBlackList || 'fuck|pussy|\\b(shit|ass|cunt)\\b|asshole|bitch|dick|vagina|penis|whore|stupid|devil|goddamnit|promo'
  // 黑名单关键词