diff --git a/README.md b/README.md index 991219b..870ad2a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Userscripts for CTR -This project contains userscripts to fix CTR system. +This project contains userscripts to fix CTR system in modern browsers ## Setup development environment -1. In order to use these scripts you need to install **tampermonkey** extension in your browser at https://tampermonkey.net/. +1. In order to use these scripts you need to install **tampermonkey** extension in your browser from https://tampermonkey.net/. 2. Enable tampermonkey in your browser after installing it. 3. To upload a userscript in tampermonkey first click on the file then click on the **Raw** button. It will redirect you at tampermonkey and ask you to install this userscript. After clicking **Install** button you will find the userscript in tampermonkey's dashboard. 4. Make sure the userscript is enabled. diff --git a/ctr_dropdowns.user.js b/ctr_dropdowns.user.js index a41de3c..489fc2a 100644 --- a/ctr_dropdowns.user.js +++ b/ctr_dropdowns.user.js @@ -5,9 +5,15 @@ // @description fix dropdowns in CTR-> My Reports // @author Erland // @match https://apps.ne.capgemini.com/Applications/CTR/ +// @match https://apps.ne.capgemini.com/Applications/ctr/ // @match https://apps.ne.capgemini.com/applications/CTR/ +// @match https://apps.ne.capgemini.com/applications/ctr/ +// @match https://apps-x.nordic.capgemini.com/Applications/CTR/ +// @match https://apps-x.nordic.capgemini.com/Applications/ctr/ // @match https://apps-x.nordic.capgemini.com/applications/CTR/ +// @match https://apps-x.nordic.capgemini.com/applications/ctr/ // @match https://apps.ne.capgemini.com/Applications//CTR/ +// @match https://apps.ne.capgemini.com/Applications//ctr/ // @grant none // ==/UserScript== @@ -22,4 +28,4 @@ window.onload = function() { }); }); }); -} +} \ No newline at end of file diff --git a/ctr_table_styles.user.js b/ctr_table_styles.user.js index b32650a..f861664 100644 --- a/ctr_table_styles.user.js +++ b/ctr_table_styles.user.js @@ -5,9 +5,15 @@ // @description fix table styles in CTR-> Week // @author Erland // @match https://apps.ne.capgemini.com/Applications/CTR/ +// @match https://apps.ne.capgemini.com/Applications/ctr/ // @match https://apps.ne.capgemini.com/applications/CTR/ +// @match https://apps.ne.capgemini.com/applications/ctr/ +// @match https://apps-x.nordic.capgemini.com/Applications/CTR/ +// @match https://apps-x.nordic.capgemini.com/Applications/ctr/ // @match https://apps-x.nordic.capgemini.com/applications/CTR/ +// @match https://apps-x.nordic.capgemini.com/applications/ctr/ // @match https://apps.ne.capgemini.com/Applications//CTR/ +// @match https://apps.ne.capgemini.com/Applications//ctr/ // @grant none // ==/UserScript==