Advertisement
bvffalo

CYTUBE OMEGA CHANNEL chat filter

Nov 15th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [{"name":"monospace","source":"`(.+?)`","flags":"g","replace":"<code>\\1</code>","active":true,"filterlinks":false},{"name":"bold","source":"\\^(.+?)\\^","flags":"g","replace":"<strong>\\1</strong>","active":true,"filterlinks":false},{"name":"italic","source":"%(.+?)%","flags":"g","replace":"<em>\\1</em>","active":true,"filterlinks":false},{"name":"strike","source":"~~(.+?)~~","flags":"g","replace":"<s>\\1</s>","active":true,"filterlinks":false},{"name":"inline spoiler","source":"\\*\\*(.*?)\\*\\*","flags":"gi","replace":"<span class=\"spoiler\">\\1</span>","active":true,"filterlinks":false},{"name":"redtext","source":"==(.*)==","flags":"g","replace":"<span class=\"redText\">\\1</span>","active":true,"filterlinks":false},{"name":"bluetext","source":"--(.*)--","flags":"g","replace":"<span class=\"blueText\">\\1</span>","active":true,"filterlinks":false},{"name":"images","source":"((?:http|https):\\/\\/.+?[.](?:jpg|jpeg|png|bmp|gif|JPG|JPEG|PNG|BMP|GIF))","flags":"g","replace":"<img class=\"ChatImg\" src=\"\\1\" style=\"image-rendering: pixelated; margin-top: 1%; margin-right: 1%; margin-bottom: 1%; max-width: 70%; max-height: 70%;\" />","active":true,"filterlinks":true},{"name":"cow","source":"^!(.*)","flags":"g","replace":"<span class=\"cow\">\\1</span>","active":true,"filterlinks":false}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement