// ==UserScript==
// @name hacks-Reverb
// @namespace http://tampermonkey.net/
// @version 1.0
// @license MIT
// @description Auto Seacher
// @author You
// @match https://www.bing.com/*=hacks-*
// @match https://www.bing.com/search?FORM=U523DF&PC=U523&q=hacks-*
// @match https://www.bing.com/search?q=hacks-*
// @icon https://www.google.com/s2/favicons?sz=64&domain=bing.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
setInterval(()=>{
fetch("https://www.bing.com/rewardsapp/reportActivity", {
"headers": {
"accept": "*/*",
"accept-language": "en-GB,en;q=0.9",
"content-type": "application/x-www-form-urlencoded",
"sec-ch-ua": "\"Chromium\";v=\"112\", \"Google Chrome\";v=\"112\", \"Not:A-Brand\";v=\"99\"",
"sec-ch-ua-arch": "\"arm\"",
"sec-ch-ua-bitness": "\"64\"",
"sec-ch-ua-full-version": "\"112.0.5615.137\"",
"sec-ch-ua-full-version-list": "\"Chromium\";v=\"112.0.5615.137\", \"Google Chrome\";v=\"112.0.5615.137\", \"Not:A-Brand\";v=\"99.0.0.0\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-model": "\"\"",
"sec-ch-ua-platform": "\"macOS\"",
"sec-ch-ua-platform-version": "\"13.3.1\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-origin"
},
"referrer": "https://www.bing.com/search?Bypassed",
"referrerPolicy": "origin-when-cross-origin",
"body": "url=https%3A//www.bing.com/search%3Fq%3Dhbnbhjkghj%26form%3DQBLH%26sp%3D-1%26lq%3D0%26pq%3Dhbnbhjkg%26sc%3D2-8%26qs%3Dn%26sk%3D%26cvid%3DC1099FF793A4483B8042C7384C2C7B2D%26ghsh%3D0%26ghacc%3D0%26ghpl%3D&V=web",
"method": "POST",
"mode": "cors",
"credentials": "include"
}); ;
setTimeout(()=>{
fetch("https://www.bing.com/rewardsapp/reportActivity", {
"headers": {
"accept": "*/*",
"accept-language": "en-GB,en;q=0.9",
"content-type": "application/x-www-form-urlencoded",
"sec-ch-ua": "\"Chromium\";v=\"112\", \"Google Chrome\";v=\"112\", \"Not:A-Brand\";v=\"99\"",
"sec-ch-ua-arch": "\"\"",
"sec-ch-ua-bitness": "\"64\"",
"sec-ch-ua-full-version": "\"112.0.5615.137\"",
"sec-ch-ua-full-version-list": "\"Chromium\";v=\"112.0.5615.137\", \"Google Chrome\";v=\"112.0.5615.137\", \"Not:A-Brand\";v=\"99.0.0.0\"",
"sec-ch-ua-mobile": "?1",
"sec-ch-ua-model": "\"Nexus 5\"",
"sec-ch-ua-platform": "\"Android\"",
"sec-ch-ua-platform-version": "\"6.0\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-origin"
},
"referrer": "https://www.bing.com/search?Bypassed",
"referrerPolicy": "origin-when-cross-origin",
"body": "url=https%3A//www.bing.com/search%3Fq%3Dhbnbhjkghj%26form%3DQBLH%26sp%3D-1%26lq%3D0%26pq%3Dhbnbhjkg%26sc%3D2-8%26qs%3Dn%26sk%3D%26cvid%3DC1099FF793A4483B8042C7384C2C7B2D%26ghsh%3D0%26ghacc%3D0%26ghpl%3D&V=web",
"method": "POST",
"mode": "cors",
"credentials": "include"
});
},500)
},1000)
})();