Greasy Fork is available in English.

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

< 腳本Don't Fuck With Paste的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於: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 =`.*`;

發表回覆

登入以回復