Is it possible to run custom JS, like having custom CSS for an account?
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
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