Don't Fuck With Paste

Paste in any input field! Don't let stupid web design stop you. Code "borrowed" from the "Don't Fuck With Paste" webextension by Aaron Raimist

< Părere la script-ul Don't Fuck With Paste

Recenzie: OK - script works, but has bugs

§
Postat în: 13-11-2024

Seems to prevent pasting on https://web.whatsapp.com/


Fixed with:

const exclude = `https?://.*?\.facebook\.com/.*
https?://.*?\.messenger\.com/.*
https?://.*?.google.com/.*
https?://.*?.?github.com/.*
https?://imgur.com/.*
https://web.whatsapp.com/`;
const include =`.*`;

Postează un raspuns

Autentifică-te pentru a posta un răspuns.