df
This commit is contained in:
parent
094ebcdce2
commit
6fed898b8f
5 changed files with 9 additions and 4 deletions
BIN
files/assets/images/emojis/kylieface.webp
Normal file
BIN
files/assets/images/emojis/kylieface.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -40,7 +40,7 @@ const EMOJIS_STRINGS = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'misc',
|
type: 'misc',
|
||||||
emojis: ['kyleface','queenyes','wholesomeseal','chadyescapy','gigachadglow','gigachadorthodox', 'gigachad', 'gigachad2', 'gigachad3']
|
emojis: ['kylieface','queenyes','wholesomeseal','chadyescapy','gigachadglow','gigachadorthodox', 'gigachad', 'gigachad2', 'gigachad3']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,12 @@ SLURS = {
|
||||||
"retarded": "r-slurred",
|
"retarded": "r-slurred",
|
||||||
"retard": "r-slur",
|
"retard": "r-slur",
|
||||||
"tard": "r-slur",
|
"tard": "r-slur",
|
||||||
|
"gayfag": "gaystrag",
|
||||||
|
"poorfag": "poorstrag",
|
||||||
|
"richfag": "richstrag",
|
||||||
"newfag": "newstrag",
|
"newfag": "newstrag",
|
||||||
"oldfag": "oldstrag",
|
"oldfag": "oldstrag",
|
||||||
"faggot": "cute twink",
|
"faggotry": "cute twinkry",
|
||||||
"faggot": "cute twink",
|
"faggot": "cute twink",
|
||||||
"fag": "cute twink",
|
"fag": "cute twink",
|
||||||
"pedophile": "libertarian",
|
"pedophile": "libertarian",
|
||||||
|
@ -25,6 +28,7 @@ SLURS = {
|
||||||
"tranny": "🚂🚃🚃",
|
"tranny": "🚂🚃🚃",
|
||||||
"troon": "🚂🚃🚃",
|
"troon": "🚂🚃🚃",
|
||||||
"nonewnormal": "HorseDewormerAddicts",
|
"nonewnormal": "HorseDewormerAddicts",
|
||||||
|
"kikery": "https://sciencedirect.com/science/article/abs/pii/S016028960600033X",
|
||||||
"kike": "https://sciencedirect.com/science/article/abs/pii/S016028960600033X",
|
"kike": "https://sciencedirect.com/science/article/abs/pii/S016028960600033X",
|
||||||
"janny": "j-slur",
|
"janny": "j-slur",
|
||||||
"jannie": "j-slur",
|
"jannie": "j-slur",
|
||||||
|
|
|
@ -922,6 +922,7 @@ def submit_post(v):
|
||||||
if "Snapshots:\n\n" not in body: body += "Snapshots:\n\n"
|
if "Snapshots:\n\n" not in body: body += "Snapshots:\n\n"
|
||||||
|
|
||||||
body += f'**[{title}]({href})**:\n\n'
|
body += f'**[{title}]({href})**:\n\n'
|
||||||
|
if href.startswith('https://old.reddit.com'):
|
||||||
body += f'* [reveddit.com](https://reveddit.com/{href.replace("https://old.reddit.com/", "")})\n'
|
body += f'* [reveddit.com](https://reveddit.com/{href.replace("https://old.reddit.com/", "")})\n'
|
||||||
body += f'* [archive.org](https://web.archive.org/{href})\n'
|
body += f'* [archive.org](https://web.archive.org/{href})\n'
|
||||||
body += f'* [archive.ph](https://archive.ph/?url={quote(href)}&run=1) (click to archive)\n\n'
|
body += f'* [archive.ph](https://archive.ph/?url={quote(href)}&run=1) (click to archive)\n\n'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<script src="/assets/js/emoji_modal.js?v=77"></script>
|
<script src="/assets/js/emoji_modal.js?v=78"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
a.emojitab {
|
a.emojitab {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue