This commit is contained in:
Aevann1 2021-11-21 15:11:40 +02:00
parent 094ebcdce2
commit 6fed898b8f
5 changed files with 9 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -40,7 +40,7 @@ const EMOJIS_STRINGS = [
},
{
type: 'misc',
emojis: ['kyleface','queenyes','wholesomeseal','chadyescapy','gigachadglow','gigachadorthodox', 'gigachad', 'gigachad2', 'gigachad3']
emojis: ['kylieface','queenyes','wholesomeseal','chadyescapy','gigachadglow','gigachadorthodox', 'gigachad', 'gigachad2', 'gigachad3']
},
]

View file

@ -8,9 +8,12 @@ SLURS = {
"retarded": "r-slurred",
"retard": "r-slur",
"tard": "r-slur",
"gayfag": "gaystrag",
"poorfag": "poorstrag",
"richfag": "richstrag",
"newfag": "newstrag",
"oldfag": "oldstrag",
"faggot": "cute twink",
"faggotry": "cute twinkry",
"faggot": "cute twink",
"fag": "cute twink",
"pedophile": "libertarian",
@ -25,6 +28,7 @@ SLURS = {
"tranny": "🚂🚃🚃",
"troon": "🚂🚃🚃",
"nonewnormal": "HorseDewormerAddicts",
"kikery": "https://sciencedirect.com/science/article/abs/pii/S016028960600033X",
"kike": "https://sciencedirect.com/science/article/abs/pii/S016028960600033X",
"janny": "j-slur",
"jannie": "j-slur",

View file

@ -922,7 +922,8 @@ def submit_post(v):
if "Snapshots:\n\n" not in body: body += "Snapshots:\n\n"
body += f'**[{title}]({href})**:\n\n'
body += f'* [reveddit.com](https://reveddit.com/{href.replace("https://old.reddit.com/", "")})\n'
if href.startswith('https://old.reddit.com'):
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.ph](https://archive.ph/?url={quote(href)}&run=1) (click to archive)\n\n'
gevent.spawn(archiveorg, href)

View file

@ -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>
a.emojitab {