Onlyfans Top %

Follow all users on Onlyfans.

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        Onlyfans Top %
// @description Follow all users on Onlyfans.
// @match       https://onlyfans.com/my/statements/earnings
// @version 0.0.1.20210505010728
// @namespace https://greasyfork.org/users/768556
// ==/UserScript==


var interval = setInterval(function() {
    document.getElementsByClassName('g-panel m-creators-top')[0].getElementsByTagName('p')[0].innerText = 'YOU ARE IN THE TOP 0.11% OF ALL CREATORS!'
    
    document.getElementsByClassName('b-statements__current-balance__value')[0].innerText = '$420.16'
    document.getElementsByClassName('b-statements__pending-balance__value')[0].innerText = '$13,672.27'
    
}, 50);