瀏覽代碼

Use old Opera UA for Twitter to force the old design

master
JustAnotherArchivist 4 年之前
父節點
當前提交
d5953ca95c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      url-normalise

+ 1
- 1
url-normalise 查看文件

@@ -94,7 +94,7 @@ do
url="${url%%\?*}"
url="${url%/}"
unnormalisedUser="${url##*/}"
user="$(curl -sL --max-time 10 -A "${userAgent}" "https://twitter.com/${unnormalisedUser}" | grep -Po '<a class="([^"]*\s)?ProfileHeaderCard-screennameLink(\s[^"]*)?" href="/\K[^/"]+(?=")')"
user="$(curl -sL --max-time 10 -A "Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18" "https://twitter.com/${unnormalisedUser}" | grep -Po '<a class="([^"]*\s)?ProfileHeaderCard-screennameLink(\s[^"]*)?" href="/\K[^/"]+(?=")')"
if [[ "${user}" ]]
then
echo "${prefix}https://twitter.com/${user}"


Loading…
取消
儲存