/*
* @title lighter
* @description mobile optimization
* @include http://*
* @include https://*
* @license MIT License
* @javascript_url
*/
// XXX violate your privacy possibility
(() => {
'use strict';
// TBD canonical, escape
const url = location.href;
const proxy = 'https://googleweblight.com/?lite_url=';
location.href = proxy + url;
})();
// from dumb phone