Skip to content

Fake Money PayPal EUR-US by devpassi

Details

Authordevpassi

LicenseOGAB License

Categoryhttps://www.paypal.com/myaccount/summary

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gives you 143,348,32 Euros and it is saved on refresh. Feel free, to edit the text from € to $ etc.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fake Money PayPal EUR-US
@version      20241103.21.48
@namespace    https://userstyles.world/user/dev.passi
@description  Gives you 143,348,32 Euros and it is saved on refresh. Feel free, to edit the text from € to $ etc.
@author       dev.passi
@license      OGAB License
==/UserStyle== */

@-moz-document url-prefix("https://www.paypal.com/myaccount/summary") {
/* Target element for balance amount */
.OA68ZSSKYCjT_iBUK7fs.css-1soddj9-content .test_balance-tile-currency::before {
    content: "€ 143,348,32"; /* Your desired balance amount */
    color: #011434; /* Font color */
}

/* Hide original balance text */
.OA68ZSSKYCjT_iBUK7fs.css-1soddj9-content .test_balance-tile-currency {
    color: transparent; /* Hides the original text */
}

/* Change the "Available" text */
.OA68ZSSKYCjT_iBUK7fs.css-1soddj9-content .css-151vsl0-text_caption::before {
    content: "Available"; /* Replace text with 'Available' */
    font-size: 0.9em; /* Smaller font size for available text */
    color: #000; /* Text color */
}

/* Hide the original "Available" text */
.OA68ZSSKYCjT_iBUK7fs.css-1soddj9-content .css-151vsl0-text_caption {
    color: transparent;
}

}

Reviews

No reviews yet.