From 8c5dc7db0432bdd4d7eab4d0a0825626cca70c29 Mon Sep 17 00:00:00 2001 From: bdaneels Date: Thu, 10 Apr 2025 16:50:17 +0200 Subject: [PATCH] adding coursesEnrolled.js as a functionality to check what courses have been taken up. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index a21702f..90e575c 100644 --- a/config.js +++ b/config.js @@ -10,4 +10,4 @@ module.exports = { collapsArrowSelector:'a.PSHYPERLINK.PTCOLLAPSE_ARROW', excludeFromCollapsingSelector: 'a[title="Sectie samenvouwen AFSTUDEERVEREISTEN BACHELOR GESCHIEDENIS"]', excludedTitle: 'Sectie samenvouwen AFSTUDEERVEREISTEN BACHELOR GESCHIEDENIS', -} \ No newline at end of file +}