Advertisement
Samanta_Moen

Untitled

Nov 27th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!name= vvebo
  2. #!desc=修复 vvebo 用户主页的显示
  3. #!author=byheaven
  4.  
  5.  
  6. [Script]
  7. fix-vvebo-user-timeline = type=http-request, pattern=^https://api.weibo.cn/2/users/show?, requires-body=0, timeout=5, script-path=https://raw.githubusercontent.com/suiyuran/stash/main/scripts/fix-vvebo-user-timeline.js
  8. fix-vvebo-user-timeline2 = type=http-request, pattern=^https://api.weibo.cn/2/statuses/user_timeline?, requires-body=0, timeout=5, script-path=https://raw.githubusercontent.com/suiyuran/stash/main/scripts/fix-vvebo-user-timeline.js
  9. fix-vvebo-user-timeline3 = type=http-response, pattern=^https://api.weibo.cn/2/profile/statuses/tab?, requires-body=1, timeout=5, script-path=https://raw.githubusercontent.com/suiyuran/stash/main/scripts/fix-vvebo-user-timeline.js
  10. [MITM]
  11. hostname = %APPEND% api.weibo.cn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement