[Misc] External favicon tweaks (#621)
* Address the baraag/mastodon icon situation * Add a blogspot.com icon * Add a yiff.life icon * Add a nijie.info icon * Add an f-list.net icon * Fix the issue with the AO3 icon * Add a couple of aliases for existing icons * Misnamed AO3 file * Add a wordpress.com icon * Add a wikimedia.org icon * Add a furbooru.org icon * Add an alias to the Patreon CDN * Remove the t.co - t.me alias * Misnamed wikimedia.org file * Add a fandom.com icon * Add an exhentai.org alias
@ -11,7 +11,7 @@ module LinkHelper
|
||||
# Art sites
|
||||
"artfight.net",
|
||||
"artstation.com",
|
||||
"archiveofourown.com",
|
||||
"archiveofourown.org",
|
||||
"aryion.com",
|
||||
"derpibooru.org",
|
||||
"deviantart.com",
|
||||
@ -30,16 +30,19 @@ module LinkHelper
|
||||
"toyhou.se",
|
||||
"tumblr.com",
|
||||
"newgrounds.com",
|
||||
"yiff.life",
|
||||
"weasyl.com",
|
||||
"webtoons.com",
|
||||
#
|
||||
# Social media
|
||||
"aethy.com",
|
||||
"baraag.net",
|
||||
"bsky.app",
|
||||
"blogspot.com",
|
||||
"cohost.org",
|
||||
"facebook.com",
|
||||
"instagram.com",
|
||||
"mastodon.social",
|
||||
"nijie.info",
|
||||
"pawoo.net",
|
||||
"plurk.com",
|
||||
"privatter.net",
|
||||
@ -82,6 +85,7 @@ module LinkHelper
|
||||
"danbooru.donmai.us",
|
||||
"desuarchive.org",
|
||||
"e-hentai.org",
|
||||
"furbooru.org",
|
||||
"gelbooru.com",
|
||||
"rule34.paheal.net",
|
||||
"rule34.xxx",
|
||||
@ -90,37 +94,54 @@ module LinkHelper
|
||||
# Other
|
||||
"curiouscat.me",
|
||||
"discord.com",
|
||||
"fandom.com",
|
||||
"f-list.net",
|
||||
"steamcommunity.com",
|
||||
"t.me",
|
||||
"trello.com",
|
||||
"web.archive.org",
|
||||
"wordpress.com",
|
||||
"wikimedia.org",
|
||||
].freeze
|
||||
|
||||
DECORATABLE_ALIASES = {
|
||||
# alt names
|
||||
"archiveofourown.com" => "archiveofourown.org",
|
||||
"curiouscat.live" => "curiouscat.me",
|
||||
"e926.net" => "e621.net",
|
||||
"exhentai.org" => "e-hentai.org",
|
||||
"discord.gg" => "discord.com",
|
||||
"pillowfort.io" => "pillowfort.social",
|
||||
"pixiv.me" => "pixiv.net",
|
||||
"subscribestar.com" => "subscribestar.adult",
|
||||
"wikia.com" => "fandom.com",
|
||||
"x.com" => "twitter.com",
|
||||
"youtu.be" => "youtube.com",
|
||||
|
||||
# same icon
|
||||
"baraag.net" => "mastodon.social",
|
||||
"cloudfront.net" => "amazonaws.com",
|
||||
"mastodon.art" => "baraag.net",
|
||||
"meow.social" => "baraag.net",
|
||||
"mastodon.art" => "mastodon.social",
|
||||
"meow.social" => "mastodon.social",
|
||||
"sta.sh" => "deviantart.com",
|
||||
|
||||
# image servers
|
||||
"4cdn.org" => "4chan.org",
|
||||
"cohostcdn.org" => "cohost.org",
|
||||
"discordapp.com" => "discord.com",
|
||||
"derpicdn.net" => "derpibooru.org",
|
||||
"deviantart.net" => "deviantart.com",
|
||||
"dropboxusercontent.com" => "dropbox.com",
|
||||
"facdn.net" => "furaffinity.net",
|
||||
"fbcdn.net" => "facebook.com",
|
||||
"furrycdn.org" => "furbooru.org",
|
||||
"ib.metapix.net" => "inkbunny.net",
|
||||
"ngfiles.com" => "newgrounds.com",
|
||||
"patreonusercontent.com" => "patreon.com",
|
||||
"pximg.net" => "pixiv.net",
|
||||
"redd.it" => "reddit.com",
|
||||
"sofurryfiles.com" => "sofurry.com",
|
||||
"static.wikia.nocookie.net" => "fandom.com",
|
||||
"twimg.com" => "twitter.com",
|
||||
"ungrounded.net" => "newgrounds.com",
|
||||
"wixmp.com" => "deviantart.com",
|
||||
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
BIN
public/images/favicons/blogspot.com.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
public/images/favicons/f-list.net.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/images/favicons/fandom.com.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
public/images/favicons/furbooru.org.png
Normal file
After Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/favicons/nijie.info.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
public/images/favicons/wikimedia.org.png
Normal file
After Width: | Height: | Size: 697 B |
BIN
public/images/favicons/wordpress.com.png
Normal file
After Width: | Height: | Size: 510 B |
BIN
public/images/favicons/yiff.life.png
Normal file
After Width: | Height: | Size: 1.3 KiB |