diff --git a/src/js/addProfLinks.js b/src/js/addProfLinks.js
index 54c8d36..7ac49b5 100644
--- a/src/js/addProfLinks.js
+++ b/src/js/addProfLinks.js
@@ -23,7 +23,7 @@ function makeProfLinks() {
let profsFullSource = document.getElementsByClassName("catalog-instructors")[0].innerHTML;
const loadMessage = "McGill Enhanced is loading ratings!";
- const rmpMessage = "McGill Enhanced is no longer allowed to display RMP ratings here.
In order to find and view professor ratings, please click to visit RMP.";
+ const rmpMessage = "McGill Enhanced is no longer
able to integrate with RMP.";
if (!profsFullSource.match(/There are no professors/)) {
@@ -48,8 +48,7 @@ function makeProfLinks() {
let profName = generateProfNameObject(profsByTerm[termKey][p]);
profs[profName.fullNameKey] = profName;
- newProfsHTML += "" + profName.fullName + "";
+ newProfsHTML += "" + profName.fullName + "";
if (p <= profsByTerm[termKey].length-2) {
newProfsHTML += ", ";
}
diff --git a/src/manifest.json b/src/manifest.json
index 198acbd..69ba593 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -2,13 +2,12 @@
"name": "McGill Enhanced",
"author": "Demetrios Koziris",
"manifest_version": 2,
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "Enhance the functionality of McGill.ca",
"permissions" : [
"declarativeContent",
"*://www.mcgill.ca/study/*",
"*://horizon.mcgill.ca/*",
- "*://www.ratemyprofessors.com/search*",
"*://www.docuum.com/McGill*",
"*://vsb.mcgill.ca/*"
],
@@ -33,7 +32,6 @@
"matches" : [
"*://www.mcgill.ca/study/*",
"*://horizon.mcgill.ca/*",
- "*://www.ratemyprofessors.com/search*",
"*://www.docuum.com/McGill*",
"*://vsb.mcgill.ca/*"
],
@@ -56,7 +54,6 @@
"matches" : [
"*://www.mcgill.ca/study/*",
"*://horizon.mcgill.ca/*",
- "*://www.ratemyprofessors.com/search*",
"*://www.docuum.com/McGill*",
"*://vsb.mcgill.ca/*"
],
diff --git a/src/menu/quicklinksMenu.css b/src/menu/quicklinksMenu.css
index e14a7fc..5033418 100644
--- a/src/menu/quicklinksMenu.css
+++ b/src/menu/quicklinksMenu.css
@@ -37,9 +37,6 @@
.mcgillButton:hover {
background: -webkit-linear-gradient(left, #E54944, #C5C5C5);
}
-.rmpButton:hover {
- background: -webkit-linear-gradient(left, #B2CF36, #C5C5C5);
-}
.amazonButton:hover {
background: -webkit-linear-gradient(left, #F8991D, #C5C5C5);
}
diff --git a/src/menu/quicklinksMenu.html b/src/menu/quicklinksMenu.html
index a754543..a9cf61e 100644
--- a/src/menu/quicklinksMenu.html
+++ b/src/menu/quicklinksMenu.html
@@ -45,9 +45,6 @@