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

Waterfox Classic break some functions (Edit and Citation) on Greasyfork site #1984

Closed
decembre opened this issue Mar 9, 2021 · 6 comments
Closed

Comments

@decembre
Copy link

decembre commented Mar 9, 2021

When i post in a discussion or in a feedback of a script,
the button "Citation" don't have an effect for me.
I need copy past with the good format blockquote to have it.
AND
I can't only re-edit the text within 5 minutes of posting.

Read here:
After tested on 2 different Waterfox profiles, its seems a Waterfox Classic Problem!. With Firefox Quantum and Chrome all is ok! What in Waterfox Classic can interfere with these functions?

@decembre decembre changed the title Waterffox Classic Broke some functions (Edit and Citation) on Greasyfork site Waterfox Classic break some functions (Edit and Citation) on Greasyfork site Mar 9, 2021
@hawkeye116477
Copy link

hawkeye116477 commented Mar 10, 2021

Well, in console:

TypeError: window.customElements is undefined

So Waterfox doesn't break anything. It doesn't support Custom Elements, so you need to use polyfill for Webcomponents (Polly).

@decembre
Copy link
Author

Copy of my reply in Greasyfork forum
PB - Waterfox + Gresyfork - Poly - Custom Elements - 2021-03-10_185711

Thanks:
I added Polly (forked from hawkeye116477/Polly) and use these settings (see the screenshots):
Now "Citation" work and hopefully the others functions too.

It solve this problem for Waterfox Classic, but maybe i added to much things?

@hawkeye116477
Copy link

hawkeye116477 commented Mar 10, 2021

maybe i added to much things

Webcomponents-bundle.js should suffice and eventually „use request modification".

@decembre
Copy link
Author

Seems good with your suggestions.
Is their a place where all these options are explained ?

@hawkeye116477
Copy link

Except links on Polly's readme, there is no other information.

@decembre
Copy link
Author

That's short.
But Polly solve so many problems with waterfox!

Anyway thanks for the help...
The next time i think i drop an eye in the console....
;-)

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

3 participants