Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-sleeping authored Feb 4, 2022
1 parent 8f796eb commit 8030f8e
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions Abusive Word Hider/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<div align="center">

So basically , After enabling this extension , it will hide abusive words from every heading and paragraphs .
and also remember , Some abusive words are too bad and that's why I haven't add those in the code . So, if you want to add all those jump to the " .js " and add those which ever you like ( Jump to the bottom, there I have shown how you add more words, which you want to hide).
and also remember ,

<strong>
Some abusive words are too bad and that's why I haven't add those in the code . </strong>

So, if you want to add all those jump to the " .js " and add those which ever you like ( Jump to the bottom, there I have shown how you can add more words, which you want to hide).

</div>

Expand All @@ -30,9 +35,9 @@ and also remember , Some abusive words are too bad and that's why I haven't add

<div align="center">

<img src = "" >
<img src = "https://github.com/ayush-sleeping/Chrome-Extension/blob/main/Abusive%20Word%20Hider/Output%20SS/1.%20Before%20enabling%20Extension.jpg" >

<img src = "" >
<img src = "https://github.com/ayush-sleeping/Chrome-Extension/blob/main/Abusive%20Word%20Hider/Output%20SS/1.1.png" >

</div>

Expand All @@ -46,7 +51,7 @@ and also remember , Some abusive words are too bad and that's why I haven't add

<div align="center">

<img src = "" >
<img src = "https://github.com/ayush-sleeping/Chrome-Extension/blob/main/Abusive%20Word%20Hider/Output%20SS/2.%20Enabling%20the%20extension.png" >

</div>

Expand All @@ -60,28 +65,31 @@ and also remember , Some abusive words are too bad and that's why I haven't add

<div align="center">

<img src = "" >
<img src = "https://github.com/ayush-sleeping/Chrome-Extension/blob/main/Abusive%20Word%20Hider/Output%20SS/3.%20%20After%20enabling%20extension.jpg" >

<img src = "" >
<img src = "https://github.com/ayush-sleeping/Chrome-Extension/blob/main/Abusive%20Word%20Hider/Output%20SS/3.1.png" >


</div>

<br>

<br>

<br>
<!-- ---------------------------------------------------------------------------------------------------------------------- -->

### And here you can add, more abusive words, Which you want to hide them... :
<h1> </h1>

<h3 align="center"> as you can see in below picture code where I have written some abusive words and basically that's where you have to add which ever you want to hide words ... </h3>
<h3 align="center"> as you can see in below " .js code " where I have written some abusive words and basically that's where you have to add which ever you want to hide words ... </h3>

<br>

<div align="center">

<img src = "" >


</div>
```
if (element.textContent.match(/(fuck|fuck you|shit|Piss off|Dick head|Asshole|Son of a bitch|Bastard|Bitch|Damn|Wanker|Taking the piss|Twat|Bloody Oath|Root|Get Stuffed|Bugger me|Fair suck of the sav)/gi))
element.parentElement.remove()
```



0 comments on commit 8030f8e

Please sign in to comment.