Minor changes

- Update assets from gorhill/uBlock/master
- Remove whitespace from element-picker.js
- Simplify code in profiler.js (btw, Date is still needed as fallback
  for older browsers)
- Clarification for Safari's storage where the QUOTA_BYTES came from
pull/2/head
Deathamns 10 years ago committed by gorhill
parent 35ed9cd853
commit be7668767f

@ -271,7 +271,7 @@ if (window.chrome) {
vAPI.storage = {
_storage: safari.extension.settings,
QUOTA_BYTES: 50 * 1024 * 1024,
QUOTA_BYTES: 52428800, // copied from Info.plist
get: function(keys, callback) {
if (typeof callback !== 'function') {
return;

Loading…
Cancel
Save