Mozzarella

Home

Automate Click

This add-on can automate click actions that users might have to perform when visiting a website. For example accept or reject cookie consent messages.

Q: Why/When should i use this add-on and not "I don't care about cookies".

  1. A: If the consent message you want to get rid of is not covered by "IDCAC" .
  2. A: If you want to automate clicks on other things than (just) cookie consent messages.
  3. A: If the usage of "IDCAC" breaks the website functionality. AC might be an alternativ since it is less invasiv in terms of how it operates (for example it doesnt block webrequests)
  4. A: If you want an addon which requires as few addons permissions as necessary to to get the job done.
Usage Instructions:
  1. Basic: https://github.com/igorlogius/automate-click/wiki/Basic-Usage
  2. Advanced: https://github.com/igorlogius/automate-click/wiki/Advanced-Usage
Notes:
  1. Permissions:
    1. "Access your data for all websites", to inject this "content_script" into pages, to execute the click actions on the defined css selector
    This add-on tries to use the minimal number of required permissions to successfully fullfill its intended purpose.
    If you think this could be improved please let me know by opening an issue (see. below) and i will try to look into it.
  2. Cost/Payment:
    This Add-on is and forever will be subscription and payment free to use for everyone however they like.
    If you are feeling generous you can send me a tip via my bitcoin address 35WK2GqZHPutywCdbHKa9BQ52GND3Pd6h4
  3. Stars/Reviews:
    If this this add-on was useful for you, please leave some stars or a review so others can find it more easily.
  4. Bugs, Suggestions and Requests:
    If you have any (e.g. a site it does not work but you think it should) or have improvement suggestions or feature request please open an issue on the Supportsite

Install
Get CSS selector via the built-in Page Inspector Development Console  (shortcut F12) Some simple rules added Adding the first simple new rule More Options!