bibliogram/src/site/pug/blocked.pug

28 lines
1.0 KiB
Plaintext
Raw Normal View History

//- Needs website_origin, instancesURL, username, expiresMinutes?
2020-01-30 03:05:43 +00:00
include includes/error.pug
doctype html
html
head
title= `Blocked | Bibliogram`
2020-02-05 06:05:18 +00:00
include includes/head
script(src=getStaticURL("html", "/static/js/user_available_waiter.js") type="module")
body
div(data-username=username)#data
.error-page
h1.code 503
p.message Blocked by Instagram
p.explanation
| Instagram is temporarily refusing to provide data to this server.
.width-block
p If you use Mac or Linux, you can unblock this profile now! Run this in your favourite terminal:
pre curl -Ss #{website_origin}/u/#{username}/unblock.sh | $SHELL
ul
li To learn more, #[a(href="https://github.com/cloudrac3r/bibliogram/wiki/Rate-limits") read about blocking.]
li You may be able to avoid this by #[a(href="https://github.com/cloudrac3r/bibliogram/wiki/Instances") browsing on another instance.]
li It's good to read scripts to see what they do. #[a(href=`${website_origin}/u/${username}/unblock.sh`) Read ./unblock.sh]
a(href="/").back ↵ Return home