Restop doing weird things, Bing !
// ==UserScript== // @name FIX FIX for "Bing Search returns to the top" ! // @namespace http://tampermonkey.net/ // @version 0.12 // @description Restop doing weird things, Bing ! // @author Geekness // @match http*://*.bing.com/* // @icon https://cn.bing.com/favicon.ico // @grant none // @license MIT // ==/UserScript== (function() { 'use strict'; AwayTimeThreshold = 2_592_000; })();