Greasy Fork is available in English.
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
< Feedback on Don't Fuck With Paste
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 =`.*`;
Sign in to post a reply.
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 =`.*`;