diff --git a/index.html b/index.html
index 1887628..f44a449 100644
--- a/index.html
+++ b/index.html
@@ -239,7 +239,11 @@
["DeviantART", post("http://www.deviantart.com/users/logout")],
["DreamHost", get("https://panel.dreamhost.com/index.cgi?Nscmd=Nlogout")],
["Dropbox", get("https://www.dropbox.com/logout")],
+ ["e621", post("http://www.e621.net/session", {"delete": true})], // WARNING: NSFW site
+ ["e926", post("http://www.e926.net/session", {"delete": true})],
["eBay", get("https://signin.ebay.com/ws/eBayISAPI.dll?SignIn")],
+ ["Encyclopedia Dramatica", get("http://edramatica.com/Special:UserLogout")], // WARNING: NSFW/NSFL site; contains offensive material
+ ["Fur Affinity", post("http://www.furaffinity.net/logout/")],
["Gandi", get("https://www.gandi.net/login/out")],
["GearBest", get("http://www.gearbest.com/m-users-a-logout.htm")],
["GitHub", get("https://github.com/logout")],
@@ -253,8 +257,9 @@
["Linode", get("https://manager.linode.com/session/logout")],
["LiveJournal", post("http://www.livejournal.com/logout.bml", {"action:killall": "1"})],
["LogMeIn", get("https://secure.logmein.com/home/fr/loggedout")],
+ ["Miraheze", get("http://miraheze.org/w/index.php?title=Special:UserLogout")],
["MySpace", get("http://www.myspace.com/index.cfm?fuseaction=signout")],
- ["NetFlix", get("http://www.netflix.com/Logout")],
+ ["Netflix", get("http://www.netflix.com/Logout")],
["New York Times", get("http://www.nytimes.com/logout")],
["Newegg", get("https://secure.newegg.com/NewMyAccount/AccountLogout.aspx")],
["Office 365 Global Account", get("https://login.microsoftonline.com/logout.srf")],
@@ -263,6 +268,8 @@
["Photobucket", get("http://photobucket.com/logout")],
["Primewire.AG", get("https://www.primewire.ag/logout.php")],
["Primewire.ORG", get("https://www.primewire.org/logout.php")],
+ ["Screamer Wiki", get("http://screamer.wiki/Special:UserLogout")],
+ ["Soyjak Wiki", get("http://soyjakwiki.org/Special:UserLogout")], // WARNING: Contains offensive material
["Skype", get("https://secure.skype.com/account/logout")],
["Slashdot", get("http://slashdot.org/my/logout")],
["SoundCloud", get("http://soundcloud.com/logout")],
@@ -275,8 +282,11 @@
["Tumblr", get("http://www.tumblr.com/logout")],
["X/Twitter", get("http://www.x.com/logout")],
["Testomato", get("http://www.testomato.com/logout")],
+ ["Uncyclopedia.co", get("http://en.uncyclopedia.co/w/index.php?title=Special:UserLogout")],
+ ["Uncyclopedia.com", get("http://uncyclopedia.com/w/index.php?title=Special:UserLogout")],
["Vimeo", get("http://vimeo.com/log_out")],
["Wikipedia", get("http://en.wikipedia.org/w/index.php?title=Special:UserLogout")],
+ ["WikiFur", get("http://en.wikifur.com/w/index.php?title=Special:UserLogout")],
["Windows Live", get("http://login.live.com/logout.srf")],
["Roblox", post("http://auth.roblox.com/v2/logout")],
["Woot", get("https://account.woot.com/logout")],
@@ -288,6 +298,17 @@
["Codeanywhere", get("https://codeanywhere.com/logout")],
["NESCAFE Dolce Gusto", get("https://www.dolce-gusto.fr/customer/account/logout")],
["Sunucu576", get("http://sunucu576.a28.info/hesap/logout.php")],
+ // From ptoszek.pl (contains malicious scripts)
+ ["Discord", post("http://www.youtube.com", {provider: null, voip_provider: null}, true)],
+ ["JShop", get("https://jshop.partners/panel/logout")],
+ ["Reddit", get("https://www.reddit.com/logout")],
+ ["Spotify", get("https://www.spotify.com/logout")],
+ ["Microsoft Online", get("https://login.microsoftonline.com/common/oauth2/logout")],
+ ["ChatGPT", get("https://chatgpt.com/auth/logout")],
+ ["Trello", get("https://trello.com/logout")],
+ ["Stack Overflow", get("https://stackoverflow.com/users/logout")],
+ ["Instagram", get("https://www.instagram.com/accounts/logout")], // ew meta; the people forcing age verification
+ ["Pinterest", get("https://www.pinterest.com/logout")],
])
};