A Current workaround for 403 pages in Dianping
// ==UserScript==
// @name 大众点评无法访问Workaround
// @namespace https://github.com/MirrorCubeSquare
// @version 0.2a
// @description A Current workaround for 403 pages in Dianping
// @author MirrorCubeSquare
// @match *://www.dianping.com/*
// @run-at document-start
// @grant none
// ==/UserScript==
(function() {
'use strict';
navigator.__defineGetter__('userAgent', function() {
return 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 Edge/87.0.664.41';
});
})();