https://www.plasmo.com/ logo
Join Discord
Powered by
# support-cli
  • m

    microscopic-fountain-15258

    07/31/2022, 6:21 PM
    Glimmer example?
    l
    q
    • 3
    • 11
  • s

    sticky-dress-98131

    08/08/2022, 7:05 PM
    Updated auto-threading settings for #978319394293821460
  • m

    most-salesclerk-14054

    10/01/2022, 9:00 PM
    with-content-scripts-ui doesn't seem to change any elements in Firefox
    l
    • 2
    • 2
  • c

    calm-action-35062

    10/05/2022, 1:57 AM
    Hey everyone, I just joined so hopefully I'm in the right spot. I was trying to follow the nextjs example here https://github.com/PlasmoHQ/examples/tree/main/with-nextjs And can get my existing application loaded, but anything connected to the router isn't working with the error from below. Any idea what may be going on?
    s
    • 2
    • 1
  • m

    most-machine-79117

    10/11/2022, 6:40 PM
    Hi all, I'm trying to insert an element INSIDE of an element, at the first child position. I can't get this to work, hoping someone can clarify this for me. Thanks! https://github.com/PlasmoHQ/examples/blob/main/with-content-scripts-ui/contents/plasmo-inline.tsx This doesn't work for me:
    Copy code
    export const getInlineAnchor: PlasmoGetInlineAnchor = () =>
      document.querySelector("aside:first-child")
    This is the screenshot working code:
    Copy code
    export const getInlineAnchor: PlasmoGetInlineAnchor = () =>
      document.querySelector("aside")
    s
    • 2
    • 2
  • a

    able-monkey-99542

    10/18/2022, 2:10 AM
    Hi, can I get a working example of using
    chrome.scripts.executeScript
    to execute a content script from the background? I'm aware that there's a similar example here, but that uses
    func
    . I want to use
    files
    to inject a React component into the DOM. https://github.com/PlasmoHQ/examples/tree/main/with-main-world-content-script-injection
    s
    • 2
    • 2
  • b

    brash-room-66019

    10/18/2022, 4:20 PM
    Hi, love the project. Do you have something similar to chrome.tabs? Id like to read something from the current tabs dom and then feed the values back to my popup so they can be displayed.
    s
    • 2
    • 1
  • e

    early-river-77596

    11/08/2022, 10:06 PM
    Are there any working examples using
    getRootContainer
    to inject React UIs into an embedded iframe element ? For some reason
    document.getElementById('root')
    doesn't find my root element within an injected iframe container.
    s
    l
    • 3
    • 2