vericudebuget commited on
Commit
ff9ad66
·
verified ·
1 Parent(s): c58a55d

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +68 -0
index.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Scribd4free Browser Extension</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ background-color: #f4f4f4;
11
+ margin: 0;
12
+ padding: 0;
13
+ }
14
+ .container {
15
+ max-width: 800px;
16
+ margin: 50px auto;
17
+ padding: 20px;
18
+ background-color: #fff;
19
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
20
+ }
21
+ h1 {
22
+ text-align: center;
23
+ color: #333;
24
+ }
25
+ p {
26
+ font-size: 1.2em;
27
+ line-height: 1.6;
28
+ color: #666;
29
+ }
30
+ .button {
31
+ display: block;
32
+ width: 200px;
33
+ margin: 20px auto;
34
+ padding: 10px;
35
+ text-align: center;
36
+ background-color: #007bff;
37
+ color: #fff;
38
+ text-decoration: none;
39
+ border-radius: 5px;
40
+ }
41
+ .button:hover {
42
+ background-color: #0056b3;
43
+ }
44
+ </style>
45
+ </head>
46
+ <body>
47
+ <div class="container">
48
+ <h1>Scribd4free Browser Extension</h1>
49
+ <p>Scribd4free browser - UNBLUR SCRIBD ARTICLES.</p>
50
+ <p>This extension allows you to access Scribd content for free.</p>
51
+ <p>Press below to install it.</p>
52
+ <a href="https://huggingface.co/datasets/vericudebuget/test1423/resolve/main/scribd4free.crx" class="button">Download Extension</a>
53
+ <p>Source code will be available soon! ❤️ </p>
54
+
55
+ <p>For those getting CRX_REQUIRED_PROOF_MISSING while installing, it is because the extension is not on the Chrome Web Store. Go to Extensions &gt; Enable Developer Mode, and then install it.</p>
56
+ <p>If that doesn't work, you should be able to unpack the .crx to a directory by opening it with an unzip program, for example 7-Zip, Windows Explorer, or WinZip. If you are having a hard time opening it in your zip program of choice, just rename the .crx to a .zip and try again.</p>
57
+ <p>Extract the contents to a directory. Then in Chrome, under Settings, go to Extensions, enable developer options, then click &ldquo;Load unpacked extension&hellip;&rdquo; and pick your directory. That should install it. If you get an error, tell me exactly what error you get.</p>
58
+ <p>If enough people want it, I will add it to the Chrome Web Store.</p>
59
+ <p>You can support me here if you want:&nbsp;<a class="relative pointer-events-auto a cursor-pointer
60
+
61
+
62
+
63
+
64
+ underline
65
+ " href="https://ko-fi.com/convolite" target="_blank" rel="noopener nofollow ugc">donate here</a></p>
66
+ </div>
67
+ </body>
68
+ </html>