-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# TDX Userscript | ||
## Features | ||
- Dark mode | ||
- Custom themes & styling | ||
- Open links in new tabs (or windows) | ||
- Use native browser calendar pickers | ||
- Added modifiers for quick date manipulation | ||
- Shortcuts to Purdue IT [Status](https://it.purdue.edu/status/) & [TDX Tools](https://engineering.purdue.edu/ecnuds/tdx/) | ||
- Add embedded websites as desktop panels (instructions below) | ||
|
||
## Custom Styling | ||
- The built-in editor is a user-friendly UI for changing colors | ||
- The generated code can be shared among other users | ||
|
||
## Embedded Websites | ||
- A website can be embedded by creating a dummy Report with the following contents, adding it to your Desktop: | ||
- Report name follows this format: | ||
- `{"name":"Clock","url":"https://tinyurl.com/bdh7sduu"}` | ||
- There is a character limit where a link shortener may help | ||
- To satisfy the report, a column must exist: | ||
- **Columns & Filters** | ||
- `Age` | ||
- **Filters** | ||
- `Age` equals `-1` |