File size: 396 Bytes
fdda2ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <title>OnlyFans Metrics</title>
  <link rel="stylesheet" type="text/css" href="popup.css">
</head>
<body>
  <div id="metrics">
    <div class="metric">
      <p class="metric-label">Follow Ratio:</p>
      <p class="metric-value">2.5</p>
    </div>
    <!-- Add more metrics using the same structure -->
  </div>
  <script src="popup.js"></script>
</body>
</html>