Is it possible to run custom JS, like having custom CSS for an account?
I'd like to @import some fonts, but Checkvist's custom CSS is loaded inside @media screen.
I'd like to @import some fonts, but Checkvist's custom CSS is loaded inside @media screen. @import rules must precede all other types of rules (with a few exceptions), hence cannot be used. Would be great if there was a way to use @import with Checkvist's custom CSS option.
Hello, unfortunately no, we do not allow this due to possible security issues.
ReplyDeleteThat's needed sometimes, but there are options to do it on the client side (in the browser).
ReplyDeleteRalf Hauber is right, you can use a chrome extension for this, but this custom Javascript won't work for all visitors of your lists, only for you: https://chrome.google.com/webstore/detail/jscript-tricks/odialddippdmebbfbflcneemfdglimod?hl=en
ReplyDeleteIf you want to review extensions for your use: Tampermonkey for Chrome https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo | Greasemonkey for Firefox https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/
ReplyDelete