ueokande / vimmatic

A browser extension to enable Vim-like keymaps on the browsers!!
https://ueokande.github.io/vimmatic/
MIT License
181 stars 7 forks source link

Backlist not working on Youtube #468

Open ahmedsamyh opened 1 month ago

ahmedsamyh commented 1 month ago

The issue is already reported or known issue?

Current behavior

I have this as my backlist:

  "blacklist": [
    "youtube.com/*",
    "youtube.com"
  ],

NOTE: Backlist works on everyother site (that i checked), only youtube doesn't seem to be backlisting... same issue with Vim Vixen

Expected behavior

Steps to reproduce

  1. Add youtube to backlist; eg:
    "blacklist": [
    "youtube.com/*",
    "youtube.com"
    ],
  2. Open www.youtube.com

Environment