Search results

  1. R

    [C#][Help]How to click random url from a page

    Are you using C# Web Browser control or WebRequests class to achieve this?
  2. R

    c# Webbrowser Can't delete Cookies/Cache

    Your web browser in C# is inherited from Windows Internet Explorer, therefore any changes made to IE will affect your browser as well. :)
  3. R

    Facebook - Confirm all friend requests script

    Hello guys, This is my first contribution to the BHW and I hope that you'll like it. Script is pretty straight forward, it only looks for 'Confirm' buttons in browser and then clicks on them. Its a simple script that will save you from all of the boring clicking on Confirm. :) var buttons =...
Back
Top