Hacxx Bing Search JS Bookmarklet

Moderator: HacxxPRO

Post Reply
HacxxPRO
Posts: 738
Joined: Sun Nov 08, 2020 2:28 pm

Hacxx Bing Search JS Bookmarklet

Post by HacxxPRO » Tue Apr 02, 2024 9:15 pm

Code: Select all

javascript:(function(){var keyword=prompt("Type what you want to search!","");var form=document.createElement('form');form.setAttribute('action','https://www.bing.com/search?q=%27+encodeURIComponent(keyword));form.setAttribute(%27method%27,%27POST%27);var submitBtn=document.createElement(%27input%27);submitBtn.setAttribute(%27type%27,%27submit%27);submitBtn.setAttribute(%27value%27,%27Generating Query%27);form.appendChild(submitBtn);document.body.appendChild(form);setTimeout(function(){form.submit();},1000);})();
Save the code as a bookmark on your favorites to have this feature directly on your browser.
Peer2profit - Make up to $0.10 per GB. Minimum Payout: $1 - https://bit.ly/Peer2Profit
Protect yourself with Pure VPN - https://billing.purevpn.com/aff.php?aff=44512

Post Reply