Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

關於v0.5.0的用戶黑名單消失的問題 #48

Open
benlau opened this issue May 15, 2024 · 0 comments
Open

關於v0.5.0的用戶黑名單消失的問題 #48

benlau opened this issue May 15, 2024 · 0 comments

Comments

@benlau
Copy link
Owner

benlau commented May 15, 2024

因為被強逼昇級到v3 manifest的關係,v0.5.0的資料存放地方也跟著改變,雖然資料沒有遺失,但也無法讀取,其中一個救回的方法是:

  1. 打開選項頁面
  2. 用滑鼠右掣點擊畫面,選擇Inspect
  3. 出現開發工具後,再選擇Console
  4. 然後輸入以下程式就能把黑名單匯出來

console.log(JSON.parse(localStorage.getItem("userBlacklist")).join("\n"))

image

註:把userBlacklist改成userWhitelist就可以匯出白名單

這方法並不友好,很抱歉,我會再想辦法擠出時間提供更好的方案

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant