We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know if I'm doing anything wrong, but the add-on isn't working for me anymore, not even on the test site: https://jsfiddle.net/aaronraimist/6qrnwcjp/28/show
I click on Add Pattern, and then Save, but then the icon doesn't turn blue, and the pattern doesn't get saved.
Add Pattern
Save
Is there anyway one can help debug the problem to figure out where the problem is, whether some other add-on is preventing it from working, etc.?
The text was updated successfully, but these errors were encountered:
#25
Sorry, something went wrong.
Thanks, @HenryTheVacuum. I can't use AutoHotKey as I'm on Linux.
Also, I've since moved on to "Paste Enabler" add-on, which simply runs this javascript upon being clicked, and works on every site I've tried it on:
var allowPaste = function(e){ e.stopImmediatePropagation(); return true; }; document.addEventListener('paste', allowPaste, true);
No branches or pull requests
I don't know if I'm doing anything wrong, but the add-on isn't working for me anymore, not even on the test site:
https://jsfiddle.net/aaronraimist/6qrnwcjp/28/show
I click on
Add Pattern
, and thenSave
, but then the icon doesn't turn blue, and the pattern doesn't get saved.Is there anyway one can help debug the problem to figure out where the problem is, whether some other add-on is preventing it from working, etc.?
The text was updated successfully, but these errors were encountered: