Remove PayPal Homepage Images

Remove PayPal Homepage Images -- http://pushka.com/coding-donation

Author
Ben Pushka
Daily installs
0
Total installs
87
Ratings
1 0 0
Version
1.6
Created
2015-05-08
Updated
2019-03-27
License
N/A
Applies to

Remove PayPal Homepage Images

Note: Some script extensions block this script

This script affects PayPal - which is usually a bad thing since PayPal pertains to money and bank accounts. In general, never allow any script to access PayPal - since the Javascript could do bad things.
My code is extremely simple - you can see it below and by checking this script's source code - pretty much made by me for my own personal use.

This script only affects the page paypal.com/au/webapps/mpp/home/ - no other pages.

You may need to add PayPal onto the white list on Tampermonkey:



var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = ' .row-fluid{display:none;}.moving-background-container { background-color: #FFF;}#fixed-top{height:200px !important;} '; /*END*/

document.getElementsByTagName('head')[0].appendChild(style);



Preview



Original Style






About me:

My name is Pushka Gib'en [G+], and I work in web development, programming and graphic design.

I also make YouTube videos/ Play music

Pushka.com - Personal Website - Pushka Gib'en

- - - - -

Restyle The Web on Chrome
Pushka's Scripts
You can sync through Tampermonkey, Greasy Fork and Chrome Sync

Fund Raising for my I.T. Creations
Donate through PayPal/ pledgie.com
Donate through flattr.com

- - - - -