Skip to content

glencbz/edimensionReverser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

###It reverses the course list

(also makes the boxes clickable) ###Ignoring You can edit the script to put some courses at the bottom. Enter the search term in apostrophes like below

//THESE ARE THE COURSES YOU WANT TO END UP AT THE BOTTOM
//********************************************
var ignore =[
	"survey",
	"capstone"
];
//********************************************

###Highlighting Works just like ignoring, except that it highlights the courses you want in a somewhat pleasing shade of blue.

//THESE ARE THE COURSES YOU WANT TO HIGHLIGHT
//********************************************
var highlightCourses = [
	"optimization",
	"machine",
	"database",
	"the mind",
];
//********************************************

###Requires

###Download Hosted on Github User Pages

###Tested on:

  • Chrome

About

Reverses course list on edimension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published