Sleazy Fork is available in English.

deepfakes user remover

28/04/2022, 18:47:36

Auteur
squonkldn
Installations quotidiennes
0
Installations (total)
21
Notes
0 0 0
Version
0.2
Créé
28/04/2022
Mis à jour
28/04/2022
Licence
MIT
S'applique à

This script simply removes the users videos that you don't want to see. I have included two fake ones as an example, if you just want one in there, you don't need to comma separate just one.

mrdeepfakes user IDs are the number in the URL for a user, and kpopdeepfakes IDs are the names themselves.

This should only run on these two sites, but if you can see other user IDs on other sites, I'll add it, but it's not simple without parsing other pages.

So, for Mr. DeepFakes dot com (mrdfc), you would use:
var mrdfcBlockedIds=[123456, 7890];
Or for KPop DeepFakes dot net (kpdfn)
var kpdfnBlockedIds=["user01", "user02"];

I wanted to include the full minified jquery code, instead of this associating your visit to either site with pulling the jquery code.

So please feel free to make this a heavy script, by going to https://code.jquery.com/jquery-3.6.0.min.js and copying the entire code into your script and removing the require.

I'm just paranoid about privacy stuff, you might not be as such.

If I were more skilled I'd only include what I needed or write it in javascript, but I'm not, and jQuery is easier.

Either way - Enjoy getting rid of the vids that annoy ya!