soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Remove dependency on RawGit, which is EOL #382

Closed AfroThundr3007730 closed 5 years ago

AfroThundr3007730 commented 5 years ago

RawGit is expected to shutdown after October 2019, after which, a new CDN would be needed for the update URL of this script. One of the alternatives recommended is jsDelivr, which provides equivalent functionality to RawGit.

There are currently two locations revealed by code search to be using RawGit, which would need to be updated to use the new site:

https://github.com/soscripted/sox/blob/179ff9be304b1d30c3f4c09ef33b7a698699c981/sox.user.js#L12

https://github.com/soscripted/sox/blob/179ff9be304b1d30c3f4c09ef33b7a698699c981/sox.features.js#L1084

shu8 commented 5 years ago

Thanks for pointing this out! I've merged your pull request :)