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

< Feedback on Don't Fuck With Paste

Review: OK - script works, but has bugs

§
Posted: 2024-11-13

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 =`.*`;

Post reply

Sign in to post a reply.