Skip to content

Instantly share code, notes, and snippets.

@gaspard
Last active July 2, 2018 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspard/0af401eb551341ad7e7722d04e04f9e5 to your computer and use it in GitHub Desktop.
Save gaspard/0af401eb551341ad7e7722d04e04f9e5 to your computer and use it in GitHub Desktop.
Remove "Offers" board in postfinance (swiss banking solution)

Disclaimer

You will be sharing the pages you visit with the extension. It means you have to trust the extension not to send any confidential information to some other party.

True solution

The best solution is to contact Postfinance and ask them for a close "X" button on the Offers board. You can do this through the user menu near the logout button and send a message like this:

Dear Sir or Madam, 

Please provide an opt-out solution to remove the "Offers" board on the homepage
of the postfinance web app. 

My brain and eyeballs belong to me and I am already paying for your service. You
have no right to force blinking advertisements on me like this. 

If you consider that it is your right to make some easy money by abusing of people
in this way, I feel very sad that you are taking this route. 

Just provide an X button on the offers thingy or an option in the account settings
and keep your customers happy by showing you are a respectful company. 

Best regards, 

Gaspard Bucher 
a happy customer of your services if I feel respected

The hack (use at your own risk)

  1. Install User CSS plugin

  2. When on postfinance website, press the [css] button on the top right and type this:

div.lp-efgenericmarketing {
  display: none;
}
  1. The "Offers" board should be gone.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment