Github Buttons missing on transfer.sh webpage #353

Closed
opened 2026-01-19 18:30:00 +00:00 by michael · 1 comment
Owner

Originally created by @c33s on GitHub.

it looks like the embedding of the github buttons is somehow broken. the buttons are missing for me on firefox & chrome because of "unauthenticated sources"

trans

on both browser it is possible to do an unsafe reload which then shows the buttons.

this is because of the changed urls

https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large

redirects to

http://ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large

https would be working but it looks like it is possible to include it with the correct url:

https://ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large
Originally created by @c33s on GitHub. it looks like the embedding of the github buttons is somehow broken. the buttons are missing for me on firefox & chrome because of "unauthenticated sources" ![trans](https://cloud.githubusercontent.com/assets/649209/21075999/c47e0342-bf20-11e6-82dd-6f0582866ac2.png) on both browser it is possible to do an unsafe reload which then shows the buttons. this is because of the changed urls ``` https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large ``` redirects to ``` http://ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large ``` https would be working but it looks like it is possible to include it with the correct url: ``` https://ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large ```
Author
Owner

@nl5887 commented on GitHub:

Thx! Fixed.

@nl5887 commented on GitHub: Thx! Fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#353