greasemonkey

  1. Scorpion Ghost

    Greasemonkey - need to simulate mouse click, I think

    I have a weird problem. I'm using Firefox. There's a website I visit sometimes and I click a button whenever it appears. The button normally opens in a popup, but I have set Firefox to open all popups as tabs. This particular button, when I start the browser and I do one click manually, then as...
  2. noellarkin

    Content Scripts to edit browser fingerprints

    Trying to write some greasemonkey scripts to replace browser plugins, this one being for fingerprint parameters. Example, for screen resolution: Object.defineProperty(Screen.prototype, "width", {get: (() => 1366).bind(null)}); Object.defineProperty(Screen.prototype, "height", {get: (() =>...
  3. M

    Delete all activity (timeline cleaner) ?

    I tried all greasemonkey scripts who delete your posts, likes and other stuff you posted on facebook but none of them works. Do you know a working script of program that can delete all the stuff I posted on facebook?
  4. ricardo78

    Solved Auto facebook pagelike(likemefast, likenation, addmefast, with imacros+greasmonkey)

    So recently i noticed no imacros link work anymore with fb page likes, here is the solution: Modify your imacros macro so it will just open up the pages to like, but it should not try to like them. Have this greasemonkey script in place for facebook pages and let it like for you automatically...
  5. G

    Wanted: Means Of Exporting Facebook Wall Posts / Downloading Wall Post Content

    Hi guys, I'm looking for an automated way of pulling the content from wall posts into a simple text based list (.csv or something similar) I have methods of pulling lists of the accounts that make the posts, I'm looking to download what people have actually written. Example: My desired...
  6. pacal

    [GET] Pinterest Follow Script (Greasemonkey)

    Hey, I'm Pacal and I used many method on Pinterest that I read on BHW. My biggest problem was to get many followers for my Pinterest account. I made a Greasemonkey script that will follow automatically uses who have at least 300 follower. Usage of the script: 1) Use Mozilla Firefox 2) Install...
  7. L

    Help needed... Grease monkey, xpath, firebug

    script: From firbug xpath on the button is as follows: .//*[**at** id='ctl00_mainContentPlaceholder_Button3'] and the script piece is: <br> <input name="ctl00$mainContentPlaceholder$Button3" value="Back To Auctions" onclick="closePopup(); return false;"...
Back
Top