Skip to content
/ eXdurec Public

Functions to help ease the pain of selecting modules on EduRec

Notifications You must be signed in to change notification settings

HollaG/eXdurec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

eXdurec

Functions to help ease the pain of selecting modules on EduRec

fullscreen_modal.js

Use Cases

To enlarge the viewable area when viewing and ranking Tutorials and Labs.

  • Select Tutorials / Labs --> Select Tutorials/Labs
  • Select Tutorials / Labs --> Rank Tutorials/Labs

Before Before

After After

Usage Guide

  1. After opening the popup to select / rank tutorials/labs, open the Chrome DevTools console by pressing the F12 key on your keyboard.
  2. Paste the following code into the terminal and run the code by pressing enter.
fetch('https://raw.githubusercontent.com/HollaG/eXdurec/main/fullscreen_modal.js')
    .then(response => response.text())
    .then(text => eval(text))
    .then(() => console.log("Loaded!"))
  1. If you exit the popup, just paste and run the code again.
  • The code only changes the style of the web page. It does not modify any data. You are welcome to read through the code here.
  • If you get an error, refresh the page and try again.

About

Functions to help ease the pain of selecting modules on EduRec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published