philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.04k stars 2.48k forks source link

Can't fetch URL from Location Bar in https://colab.research.google.com/drive/* #3592

Open riyadhrazzaq opened 4 years ago

riyadhrazzaq commented 4 years ago

Describe the bug instead of base URL like other websites https://website.com/*, vimium captures server content URL in case of Google Colaboratory: https?://3mv7xbi6nfc-496ff2e9c6d22116-0-colab.googleusercontent.com/*. <- something like this. So, can not exclude keys permanently for the website.

To Reproduce Steps to reproduce the behavior:

  1. Go to URL 'colab.research.google.com'
  2. Create a notebook
  3. Inside that notebook, open Vimium popup.

Include a screenshot if applicable.

Browser and Vimium version

Firefox: 77
OS  Linux 5.4.43-1-MANJARO
Vimium: 1.66
gdh1995 commented 4 years ago

You may use RegExps as the patterns when writing exclusion rules - maybe https?://*colab.googleusercontent.com/* .