From 06f1529c9c80a2a618940c0de0d39ee79f80b5de Mon Sep 17 00:00:00 2001 From: iCommonsCRC <icommonscrc@drexel.edu> Date: Fri, 16 Sep 2022 12:34:41 -0400 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb79486..43ec858 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# CourseMenuItemDelete \ No newline at end of file +# CourseMenuItemDelete + +Author: Jacky Huang + +Description: The purpose of these bookmarklets is to delete specific Bblearn course menu items (i.e. Discord Info for CCI) + +Local Setup: +1. Download the javascript files +2. Save each as bookmarks in your preferred browser +3. For each bookmarklet: + 1. Open up the file and copy its script + 2. In the bookmarks bar, right-click on the bookmarklet > Click Edit + 3. Paste the script in the URL/address field > Click Save +4. Open up the course section in the FULL PAGE VIEW. Scripts do not work with the slider view because the sidebar is iframed in. + * One way is to open the course in a new tab +5. Make sure the course has sidebar showing and has content areas to be removed (i.e. Discord Info for CCI) +7. Click del_discord script once to focus, then click once more for popup +8. Click del_content_xpath script +9. Click final_del_xpath script + +* Different content areas can be deleted by changing the 'menuitem' variable inside of the del_discord/del_echo scripts + -- GitLab