ray-lothian
ray-lothian
So the action button was grey on GitLab? Can you reproduce this issue?
FAQ9? https://add0n.com/useragent-switcher.html
If I recall correctly this works; ``` { '*': ['ua_1', 'ua_2', 'ua_3'] } ```
> why are we caching the user-agent for a tab? 1. WebRequest is a sync operation. We need to have a very efficient function here. That caching thing helps reducing...
> I do wonder if there is really a computational hit. Assuming cache access uses a hash, that should have a complexity of somewhere between O(1) and O(log n) in...
> Do you already have an idea of how exactly to do this? Just add a new button. On [its call](https://github.com/ray-lothian/UserAgent-Switcher/blob/master/data/popup/index.js#L156) simply get the old list from `chrome.storage.local.get({'random-list': []}, prefs...
Do you have this issue on another website too? Seems like this site uses too many resources anyway even if the extension is disabled.
autosaving can mess up the options since we don't have the undoing feature. Instead, the options page has a new feature to warn the user on exit if there are...
This extension uses `new Date()` to find the current time. What are the time-related preferences you have modified in FF? Do you get the correct time when searching `what time...
@phillipbalding do you have the `geo.enabled = false` preference too? We have a `Schedule offset in minutes` option. Does that help?