diff --git a/Abusive Word Hider/Readme.md b/Abusive Word Hider/Readme.md index 6ff40fed..8301b0a4 100644 --- a/Abusive Word Hider/Readme.md +++ b/Abusive Word Hider/Readme.md @@ -4,7 +4,12 @@
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 , + + +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 can add more words, which you want to hide).
@@ -30,9 +35,9 @@ and also remember , Some abusive words are too bad and that's why I haven't add
- + - +
@@ -46,7 +51,7 @@ and also remember , Some abusive words are too bad and that's why I haven't add
- +
@@ -60,28 +65,31 @@ and also remember , Some abusive words are too bad and that's why I haven't add
- + - +
+
+ +
+
### And here you can add, more abusive words, Which you want to hide them... : +

-

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 ...

+

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 ...


-
- - - - -
+``` + 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() +```