.snkt
.snkt
Explore posts from servers
PD🧩 Plasmo Developers
Created by .snkt on 6/18/2023 in #🔰newbie
Is there a way to talk between content CUI scripts?
Thank you so much @louisgv for this amazing framework.
12 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/18/2023 in #🔰newbie
Is there a way to talk between content CUI scripts?
Is there any docs for this too?
12 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/18/2023 in #🔰newbie
Is there a way to talk between content CUI scripts?
No description
12 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/18/2023 in #🔰newbie
Is there a way to talk between content CUI scripts?
@louisgv
12 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/15/2023 in #🔰newbie
When using getOverlayAnchorList. how to get the id of the parent element?
I have solved it by getting parent node id using react ref.
9 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/15/2023 in #🔰newbie
When using getOverlayAnchorList. how to get the id of the parent element?
as I want to perform different action on each button press.
9 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/15/2023 in #🔰newbie
When using getOverlayAnchorList. how to get the id of the parent element?
if there is some kind of index I can use to identify each element?
9 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/15/2023 in #🔰newbie
When using getOverlayAnchorList. how to get the id of the parent element?
const PlasmoOverlay = () => {
useEffect(() => {
getAdsData()
}, [])

return (
<div className="mt-14">
<div className="button-30 w-44" role="button">
Repost
</div>
</div>
)
}
const PlasmoOverlay = () => {
useEffect(() => {
getAdsData()
}, [])

return (
<div className="mt-14">
<div className="button-30 w-44" role="button">
Repost
</div>
</div>
)
}
9 replies
PD🧩 Plasmo Developers
Created by .snkt on 6/15/2023 in #🔰newbie
When using getOverlayAnchorList. how to get the id of the parent element?
export const getOverlayAnchorList: PlasmoGetOverlayAnchorList = async () =>
document.querySelectorAll(".actionsCell-734864237")
export const getOverlayAnchorList: PlasmoGetOverlayAnchorList = async () =>
document.querySelectorAll(".actionsCell-734864237")
9 replies