Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Looks like writing to the clipboard should have already been allowed with a prompt, and changing it to always allowed didn't let the site write to it.  Also, on further investigation, querying with temporaryvariable=navigator.permissions.query({ name: "clipboard-write" }) in the inspector indicates the permission is in-fact still denied.  I am not sure what to do about that; I will try again tomorrow.