Skip to content
New issue

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

Add-on doesn't work anymore #24

Open
the-solipsist opened this issue Jan 31, 2024 · 2 comments
Open

Add-on doesn't work anymore #24

the-solipsist opened this issue Jan 31, 2024 · 2 comments

Comments

@the-solipsist
Copy link

the-solipsist commented Jan 31, 2024

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.

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.?

@HenryTheVacuum
Copy link

#25

@the-solipsist
Copy link
Author

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants