Greasy Fork is available in English.

Remove PayPal Homepage Images

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

Tác giả
Ben Pushka
Cài đặt hàng ngày
0
Số lần cài đặt
87
Đánh giá
1 0 0
Phiên bản
1.6
Đã tạo
08-05-2015
Đã cập nhật
27-03-2019
Giấy phép
N/A
Áp dụng cho

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

- - - - -