dnknn

Results 53 comments of dnknn

@dvdvdmt - Add:   `PTS` (popup-tab-switcher) also does not support switching between `chrome-extension://` pages, which is very inconvenient and greatly reduces practicality. This is completely achievable, because the two extensions mentioned...

Searching is not necessary. This is a switcher, not a manager. The core function is similar to Alt+Tab switching, Only the most **recent** tabs will be used, About the function...

@ssborbis Hi, add sub-options of this advanced option, Do you think it is necessary? > Of course, don't worry, just let you know. :) - `☑ And enable sequential delay`...

Hi @ssborbis > There's a hidden option in the release I just dropped ( 1.38 ) called `multilinesAsSeparateSearches`. If you enable that, it will treat multi-lines as separate search terms....

@ssborbis Version V1.39(CWS version) still doesn't work -_- I use the Chrome browser and [installed the latest version V1.39 on the CWS store.](https://chrome.google.com/webstore/detail/ddippghibegbgpjcaaijbacfhjjeafjh) then manually edit the preferences JSON, Save,...

> Do you have an example webpage where it's not working? 🤝ThankS! Now it works! the principle needs to restart the browser to work. ----- @ssborbis Now I also found...

> Does this problem happen when `multilinesAsSeparateSearches = false` ? exactly the same, has nothing to do with `multilinesAsSeparateSearches`

> chromium-based browsers require a slight delay in setting the search bar value to the search terms, as seen by `getSelection()`. I'm currently using a 10ms delay, and seem to...

> To fix this we would need to replace all `\w` everywhere with `\p{L}` ..... once we migrate to ManifestV3. Thanks! At the same time, new regular knowledge was learned!...