From 0d046223e2b2478473bef39e053d3021fbe169b0 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 18 Sep 2018 16:08:48 -0400 Subject: Initial commit --- action_popup/action_popup.html | 19 +++++++++++++++++++ action_popup/action_popup.js | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 action_popup/action_popup.html create mode 100644 action_popup/action_popup.js (limited to 'action_popup') diff --git a/action_popup/action_popup.html b/action_popup/action_popup.html new file mode 100644 index 0000000..720b4ec --- /dev/null +++ b/action_popup/action_popup.html @@ -0,0 +1,19 @@ + + + + + + + +
+ +
YorkU Web Helper
+
+
+ +
+ + + diff --git a/action_popup/action_popup.js b/action_popup/action_popup.js new file mode 100644 index 0000000..914041a --- /dev/null +++ b/action_popup/action_popup.js @@ -0,0 +1,5 @@ +document.getElementById("course-query-link").addEventListener("click", function () { + chrome.tabs.create({ + "url": "/yorku-course-query/index.html" + }); +}); -- cgit v1.2.3-70-g09d2