You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1️⃣ Need to provide a clear and easy to follow, steps for installing and using the extension/add-on. ✔️
2️⃣ Warn about the auto-update downside in manual install. ✔️
3️⃣ Add relevant screenshots for ease of understanding. ✔️
Copy file name to clipboardExpand all lines: README.md
+91-4Lines changed: 91 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,96 @@ _Strip the CSS!_
8
8
9
9
<divalign="center">
10
10
11
-
### OnlyHTML is an Open-Source Chrome extension to view, only the HTML of the webpage.
12
-
13
-
**_Note :_** This is not yet released on the **chrome web store.**
14
-
11
+
### OnlyHTML is an Open-Source browser extension to view, only the HTML of the webpage.
15
12
</div>
16
13
14
+
## What it does?
15
+
Most of the websites nowadays have a overwhelming amount of **CSS** in them, which makes them so pretty and user friendly. This motivated me to know, how would these websites look without **CSS**.
16
+
17
+
This gave birth to **OnlyHTML**, which removes all the CSS from the current viewing webpage.
18
+
19
+
## Usecases I think of
20
+
There are two aspects, which I think one can gain/know using this add-on.
21
+
1.**Importance of CSS**, and how it drastically improves the UI.
22
+
2.**FUN!** seriously it is quite fun to see websites without CSS.
23
+
24
+
## Available for
25
+
**OnlyHTML** browser extension is developed for both Chrome and Firefox, although Chrome version is not yet avaliable in the [chrome web store](https://chrome.google.com/webstore/category/extensions)
26
+
27
+
Firefox add-on is successfully verified and available on the official [Firefox add-on page](https://addons.mozilla.org/en-US/firefox/)
28
+
29
+
## Steps for using the extension
30
+
**For Chrome:**
31
+
32
+
Not available as of now.
33
+
34
+
**For Firefox:**
35
+
36
+
There are two ways for you to use the Firefox add-on,
37
+
1. Adding to your browser from [onlyhtml- Firefox add-on official site](https://addons.mozilla.org/en-US/firefox/addon/onlyhtml/).
38
+
2. Manually installing using the **.xpi** file available in this repository.
39
+
40
+
### **Installing from the official Firefox add-on website**
41
+
1. Head over [here](https://addons.mozilla.org/en-US/firefox/addon/onlyhtml/) using Firefox.
4. To use the add-on click on the icon shown in **step 3**, when viweing a webpage.
51
+
5.**Voila! All CSS removed.**
52
+
6. To have the CSS back, click on the same icon again.
53
+
7. Alright have some **FUN!**
54
+
55
+
### **Installing using the .xpi file**
56
+
To install the add-on using the .xpi file, follow the below steps.
57
+
1. In this repository navigate to `Firfox/onlyhtml-1.0-fx.xpi` or [click here](https://github.com/code-reaper08/OnlyHTML/blob/main/Firefox/onlyhtml-1.0-fx.xpi).
0 commit comments