DennisSnijder / MakeGithubGreatAgain

Extension for making GitHub great again
https://chrome.google.com/webstore/detail/makegithubgreatagain/gpejlkhibgecggplgogpbgbdpnhogmhk
1.05k stars 50 forks source link

Add userscript version #3

Closed cnbeining closed 7 years ago

cnbeining commented 7 years ago

And please add the following to Readme: (I didn't do this because YOU, @DennisSnijder need to go to settings, and enable the Github Pages on your master branch.)

# If you prefer the userscript method...

0. Set Github Pages at your main branch in case you stress Github's server: Pages is served via the CDN as static file so this is better for Github.
1. Install a Userscript manager: refer to https://github.com/OpenUserJs/OpenUserJS.org/wiki/Userscript-beginners-HOWTO 
2. In browser, go to  https://{YOUR_REPO_URL}}/MakeGithubGreatAgain/MakeGithubGreatAgain.user.js
3. Install the script

Now you have it! It will kick in a sec later, but easier to deploy.
DennisSnijder commented 7 years ago

OK! Ill enable the Github pages.

DennisSnijder commented 7 years ago

Also feel free to create a PR for the GitHub page πŸ‘

cnbeining commented 7 years ago

Nah you do not need a pr for that: just set that to the master branch and we are good. The point is we want to serve the js file from the CDN as static file rather than making one checkout per request on the back end, which shall stress the server and will have potential MIME issues.

2017εΉ΄2月10ζ—₯ δΈ‹εˆ4:41,"Dennis Snijder" notifications@github.comε†™ι“οΌš

Also feel free to create a PR for the GitHub page πŸ‘

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DennisSnijder/MakeGithubGreatAgain/pull/3#issuecomment-279073879, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfRgtTNn6_PzpgOqQP3ymNJZVSKshY_ks5rbNmVgaJpZM4L93LI .

DennisSnijder commented 7 years ago

Alright, i made another branch for the github pages (I needed this for google site verification) so people can download the extension from the google extension store.

Thanks for the support by the way!