Skip to content

Conversation

soulhotel
Copy link
Contributor

I spent some time testing gituserchrome through vm's until I got consistent behavior on the 3 major platforms. Unfortunately, I can't make interaction with the FCSS store as good as a native webview, due to webkit restrictions with COR. Maybe with some iteration of postmessage to share clicked links with any potential parent idk. But I went ahead and included gituserchrome & updated some of ff ultima's information for this PR.

('click', (event) => {
    const link = event.target.closest('a');
    if (link && link.href) {
        window.parent.postMessage({
            type: 'clickedLink', href: link.href
        }, '*');
    }
});

soulhotel and others added 2 commits August 27, 2025 16:24
- added gituserchrome to theme.json
- updated information and preview for ff ultima
@Neikon Neikon merged commit edb3232 into FirefoxCSS-Store:main Aug 31, 2025
@Neikon
Copy link
Contributor

Neikon commented Aug 31, 2025

Merged, thank you for your work

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

Successfully merging this pull request may close these issues.

2 participants