You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[logo]: https://lh3.googleusercontent.com/-PBpwx8wmdzU/XrZUXsA7D6I/AAAAAAAAVP0/VVGw_usHyFkxuyHN3FYQXzJioP4VegmMACK8BGAsYHg/s0/2020-05-08.png"Logo Title Text 2"
Many of the scripts depend on the All Pages script, it injects some global functions that might be used by other scripts, it needs to be installed first so it runs before the other ones
Copy file name to clipboardexpand all lines: old/README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ Quick Preview:
18
18
19
19
| Name / File | Description / Match |
20
20
|---|---|
21
-
|**Buses** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/buses.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/buses.user.js"Download/Install")| Automatically fills out forms to search for bus tickets <br> _Match:_ <br> ``http://*/*``<br>``https://*/*`` <br> |
22
-
|**Facebook Imgs** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/facebook_imgs.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/facebook_imgs.user.js"Download/Install")| Removes Images on facebook, temporarily shows them if 'i' is pressed <br> _Match:_ <br> ``https://www.facebook.com/*``<br>``http://www.facebook.com/*`` <br> |
23
-
|**Google Music** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/google_music.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/google_music.user.js"Download/Install")| Additions to Google Music <br> _Match:_ <br> ``https://play.google.com/music/*`` <br> |
24
-
|**Google Translate Bar** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/google_translate_bar.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/google_translate_bar.user.js"Download/Install")| Translates whole page, hides translate bar, and adds a button to show it <br> _Match:_ <br> ``http://*/*``<br>``https://*/*``<br>``*/*`` <br> |
25
-
|**Google Voice Forward** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/google_voice_forward.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/google_voice_forward.user.js"Download/Install")| Automatically enable/disable text message forwarding by doing a web request to check which one it should chose<br>sends a text message to confim the change using a PHP google voice API in the backend <br> _Match:_ <br> ``https://www.google.com/voice/b/0#phones`` <br> |
26
-
|**Megabus** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/megabus.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/megabus.user.js"Download/Install")| Parse trips, find lowest prices, create a table with them <br> _Match:_ <br> ``https://us.megabus.com/journey-planner/journeys*`` <br> |
27
-
|**MTD** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/mtd.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/mtd.user.js"Download/Install")| Replace tab title with arrival time of the next bus, add bus filtering when changing the URL <br> _Match:_ <br> ``http://www.cumtd.com/maps-and-schedules/bus-stops/info/*``<br>``https://www.cumtd.com/maps-and-schedules/bus-stops/info/*`` <br> |
28
-
|**Mynetdiary** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/mynetdiary.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/mynetdiary.user.js"Download/Install")| Adds checkboxex for each of the entered items, saves if they're checked in localStorage so they keep the state when the page is reloaded<br>Adds functionality to copy everything from the previous day <br> _Match:_ <br> ``https://www.mynetdiary.com/meals.do*``<br>``http://www.mynetdiary.com/daily.do*``<br>``https://www.mynetdiary.com/daily.do*`` <br> |
29
-
|**Register** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/register.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/register.user.js"Download/Install")| Automatically register to courses\. Continiously checks register\.php, this page in the backend gets<br>updated with the course number when a spots opens for it, which is the result of a backend monitoring script<br>sends a text message to notify that the registration was completed <br> _Match:_ <br> ``https://ui2web1.apps.uillinois.edu/BANPROD1/bwckcoms.P_Regs``<br>``https://ui2web1.apps.uillinois.edu/BANPROD1/bwskfreg.P_AltPin``<br>``https://apps.uillinois.edu/selfservice/error/`` <br> |
30
-
|**Suburban Express** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/suburban_express.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/suburban_express.user.js"Download/Install")| Open a new window to load all the prices of the buses in the search result, and add them all one by one into the table of the main window <br> _Match:_ <br> ``https://www.busline.com/choose_schedule.php``<br>``https://busline.com/choose_schedule.php`` <br> |
31
-
|**UI integrate** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/ui_integrate.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/ui_integrate.user.js"Download/Install")| Automate login and navigation through UI Integrate website <br> _Match:_ <br> ``https://ui2web1.apps.uillinois.edu/*``<br>``https://apps.uillinois.edu/*``<br>``https://eas.admin.uillinois.edu/eas/*`` <br> |
21
+
|**Buses** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/buses.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/buses.user.js"Download/Install")| Automatically fills out forms to search for bus tickets <br> _Match:_ <br> ``http://*/*``<br>``https://*/*`` <br> [](./demos/buses.gif"")|
22
+
|**Facebook Imgs** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/facebook_imgs.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/facebook_imgs.user.js"Download/Install")| Removes Images on facebook, temporarily shows them if 'i' is pressed <br> _Match:_ <br> ``https://www.facebook.com/*``<br>``http://www.facebook.com/*`` <br> [](./demos/facebook_imgs.gif"")|
23
+
|**Google Music** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/google_music.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/google_music.user.js"Download/Install")| Additions to Google Music <br> _Match:_ <br> ``https://play.google.com/music/*`` <br> [](./demos/google_music.gif"")|
24
+
|**Google Translate Bar** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/google_translate_bar.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/google_translate_bar.user.js"Download/Install")| Translates whole page, hides translate bar, and adds a button to show it <br> _Match:_ <br> ``http://*/*``<br>``https://*/*``<br>``*/*`` <br> [](./demos/google_translate_bar.gif"")|
25
+
|**Google Voice Forward** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/google_voice_forward.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/google_voice_forward.user.js"Download/Install")| Automatically enable/disable text message forwarding by doing a web request to check which one it should chose<br>sends a text message to confim the change using a PHP google voice API in the backend <br> _Match:_ <br> ``https://www.google.com/voice/b/0#phones`` <br> [](./demos/google_voice_forward.gif"")|
26
+
|**Megabus** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/megabus.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/megabus.user.js"Download/Install")| Parse trips, find lowest prices, create a table with them <br> _Match:_ <br> ``https://us.megabus.com/journey-planner/journeys*`` <br> [](./demos/megabus.gif"")|
27
+
|**MTD** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/mtd.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/mtd.user.js"Download/Install")| Replace tab title with arrival time of the next bus, add bus filtering when changing the URL <br> _Match:_ <br> ``http://www.cumtd.com/maps-and-schedules/bus-stops/info/*``<br>``https://www.cumtd.com/maps-and-schedules/bus-stops/info/*`` <br> [](./demos/mtd.gif"")|
28
+
|**Mynetdiary** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/mynetdiary.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/mynetdiary.user.js"Download/Install")| Adds checkboxex for each of the entered items, saves if they're checked in localStorage so they keep the state when the page is reloaded<br>Adds functionality to copy everything from the previous day <br> _Match:_ <br> ``https://www.mynetdiary.com/meals.do*``<br>``http://www.mynetdiary.com/daily.do*``<br>``https://www.mynetdiary.com/daily.do*`` <br> [](./demos/mynetdiary.gif"")|
29
+
|**Register** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/register.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/register.user.js"Download/Install")| Automatically register to courses\. Continiously checks register\.php, this page in the backend gets<br>updated with the course number when a spots opens for it, which is the result of a backend monitoring script<br>sends a text message to notify that the registration was completed <br> _Match:_ <br> ``https://ui2web1.apps.uillinois.edu/BANPROD1/bwckcoms.P_Regs``<br>``https://ui2web1.apps.uillinois.edu/BANPROD1/bwskfreg.P_AltPin``<br>``https://apps.uillinois.edu/selfservice/error/`` <br> [](./demos/register.gif"")|
30
+
|**Suburban Express** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/suburban_express.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/suburban_express.user.js"Download/Install")| Open a new window to load all the prices of the buses in the search result, and add them all one by one into the table of the main window <br> _Match:_ <br> ``https://www.busline.com/choose_schedule.php``<br>``https://busline.com/choose_schedule.php`` <br> [](./demos/suburban_express.gif"")|
31
+
|**UI integrate** <br> [Source Code](https://github.com/aljgom/UserScripts/blob/master/old/ui_integrate.user.js"Source Code")[Download/Install](https://aljgom.github.io/UserScripts/old/ui_integrate.user.js"Download/Install")| Automate login and navigation through UI Integrate website <br> _Match:_ <br> ``https://ui2web1.apps.uillinois.edu/*``<br>``https://apps.uillinois.edu/*``<br>``https://eas.admin.uillinois.edu/eas/*`` <br> [](./demos/ui_integrate.gif"")|
0 commit comments