eofdaepobbengpijcggimhplelnlbied
Upload a photo to change your profile picture on Workday. Add your own custom and fun photo to change your profile picture on UBC Workday students. Uses minimal resources in the background. Can work alongside UBC Workday Side by Side Calendar extension with no conflicts.
Redirector
Redirector automatically redirects URLs from one site to another based on rules you define. Once a rule is active, every time you visit a matching URL, you're instantly sent to the destination — no extra clicks needed. COMMON USE CASES • Always use Old Reddit instead of the redesign • Switch Google search results to DuckDuckGo • Skip tracking redirects (email click-tracking links) and go straight to the real destination • Redirect deprecated tool URLs to their replacements QUICK START — Your first rule in 30 seconds 1. Click the Redirector icon in your toolbar — the options page opens 2. Click "Add Rule" 3. Fill in the two fields: Match URL: ^https://www.reddit.com/(.*) Redirect To: https://old.reddit.com/$1 4. (Optional) Paste a test URL like https://www.reddit.com/r/cats to verify the result 5. Click "Add" — done! How the pattern works: • ^https://www.reddit.com/ matches the beginning of any Reddit URL • (.*) captures everything after the domain (e.g. r/cats) • $1 in Redirect To inserts that captured part into the new URL That's the basic idea: match a URL, capture the parts you need, build a new URL with them. KEY FEATURES • Create redirect rules using regex or URL Pattern syntax • Enable, disable, reorder, and test rules with real-time feedback • Import/export rules as JSON to back up or share with others • Supports pipeline transformations (URL decoding, base64 decoding) • Keyboard shortcut Alt+Shift+O to navigate back to the original URL before redirect PRIVACY All rules are processed locally. This extension does not collect or transmit any user data. CONTACT If you have any questions or suggestions, please join us at https://discord.gg/gFhKUthc88
WeBWorKer
Add additional features to WeBWorK like real-time preview, parentheses checker, limited attempts warning, and more! Are you tired of struggling under the weight of countless WeBWorK assignments? WeBWorKer can help by doing the heavy lifting for you! - Real-time formatted preview: Shows a live mathematical preview of your answers as you type them. - Resizable input boxes: Easily expand answer boxes to see your complete expressions. - Parentheses checker: Visual feedback showing if/where you missed parentheses. No more wasted attempts on bracket mistakes! - Variable substitution: Define variables once (automatically from problem text or custom) and reuse them across multiple answer boxes. Press Ctrl+Enter to substitute before submitting. - Enhanced homework table: Automatically fetches and displays problem counts and scores directly in the Homework Sets page. - PDF viewer: Embeds PDF files directly in the page with a convenient "Open in New Tab" option. - Quick Piazza access: Opens Piazza with the question number automatically copied for quick searching. - Online resources: Uses keywords from the question to search the web for videos and learning materials. - Custom query button: Configure your own search URL to learn more about topics covered in a question. - Screenshot tool: Capture and save (or copy) question images for studying or reference. - Clear answers button: Quickly clear all answer boxes with one click and confirmation. - Duplicate submit button: Adds an extra submit button at the top for convenience. - Confirmation dialogue: Warns you before submitting answers when attempts are limited. - Fully customizable: Toggle any feature on/off through the extension settings.
WeBWorK MathView
Preview nicely formatted math equations as you type them into WeBWorK answer boxes! With the WeBWorK MathView extension you will see live previews of the equations you type into WeBWorK answer boxes, fully formatted in proper math notation. No more need to use the "Preview My Answers" button which reloads the entire page. Extra Features: - Bracket highlighting in the input box (mismatched brackets and current brackets) - Adds a "Clear Answers" button to clear all the answer boxes on the page. Useful if you're redoing questions while studying and don't want to see the answers right away - Changes the answer box font to a math font - Disables spellcheck on the answer boxes so your math text isn't always underlined in red This extension uses the following open source libraries: - KaTeX (https://khan.github.io/KaTeX/) - MathJax (https://www.mathjax.org/) - AsciiMath (http://asciimath.org/) This software is not in any way affiliated with the official WeBWorK project or the Mathematical Association of America. All names, logos, brands and other trademarks or images featured within this software are the property of their respective trademark holders.
UBC Courses Calendar
A quick browser extension that enables UBC students to convert the excel file downloaded from Workday to something more usable. It does this by simply creating a new google calendar calendar called "UBC Courses" and adds your classes that it can to it. Once you install the extension, it'll require permission for your google account, specifically calendar. I'm not fully verified so some browsers may warn you. There is no malicious code in my program. You can view my full project code here: https://github.com/KalaimaranB/ubc-to-workday-extension Grant access to the extension enable it properly. You may need to close the extension and re-open after granting permission for it to work properly. In workday go through the following steps to download the excel file showing your classes: 1. Click on "Academics" 2. Select "Registration and Courses" in the nav bar 3. Under "Registration" click "View my Courses" 4. In the top right corner above the table there should be multiple icons. The icon on the far left of them is the one to download an excel file. This is the file to use. 5. Once you open the extension, select this downloaded file from the menu. 6. Click Sync courses. 7. If the quotes are coming up, it's probably working. It can take up to 30 seconds to complete (after giving the extension permissions), normally. Taking longer probably means something is wrong. 8. Go to calendar.google.com to view your courses, now under a sub-calendar called UBC Courses. Heads up: Workday is pretty stupid. Consequently some classes don't have the time slot downloaded into the excel sheet. Some classes don't have their location in the excel. Why? The extension will try its best to upload the classes, but it might not work always. It doesn't add classes typically for Winter break and the the "reading week" we get. However, this is again dependent on whether Workday gives a nice excel file. Most times it will. One bug is that the first day typically has extra classes added for some reason. I'm not sure why, but if anyone can find the error in the github code posted, that would be amazing. Otherwise it should work fine for the rest of your classes. (Credits to ChatGPT for actually writing the code for this extension and making it work somehow, cus I haven't written Javascript in years)