Support for private/personal scripts? #1085
inklesspen
started this conversation in
Suggestion Box
Replies: 1 comment 3 replies
-
Would be cool, but the way XKit 7 implements this is by running everything via evaluation of strings in the privileged extension context, which Manifest V3 is very against allowing. I'm not familiar enough with the new userscripts API to dream of a different way forward. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are some tweaks I would make to the Tumblr UI, which would really only be useful for my personal usage habits, so I don't think they belong in the XKit codebase.
However, it would be nice to be able to take advantage of XKit's API, such as meatball menu utilities, css map helpers, and so on. If I implement my script as a userscript, I will have to reimplement (or copy) this functionality. And if I add my script to my local XKit repo, I would have to keep my repo up to date with the main XKit repo by hand.
Perhaps it would be feasible to support adding a user-defined script to the extension-as-distributed?
Beta Was this translation helpful? Give feedback.
All reactions