deepfakes user remover

28/04/2022, 18:47:36

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
squonkldn
Günlük kurulumlar
0
Toplam kurulumlar
32
Değerlendirmeler
0 0 0
Versiyon
0.2
Oluşturulma
28.04.2022
Güncellenme
28.04.2022
Boyut
1,62 KB
Lisans
MIT
Geçerli

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!