stylish-userstyles / stylish-chrome

Stylish extension for Chrome and Chrome-like things
GNU General Public License v3.0
184 stars 53 forks source link

Support chromium forks that have no confirm in popups #185

Closed tophf closed 7 years ago

tophf commented 7 years ago

Instead of kludgy workaround based on user-agent, simply measure the time: it's gonna be 0ms when confirm isn't supported, but we'll check against 10ms just in case of a very slow computer or some hiccup.