這篇給想要匯入這次慈善包內全部遊戲的人
腳本來自stadja https://github.com/stadja
itchio的匯入機制是只要按過一次download
進去下載頁面後就會匯進帳號遊戲庫裡
不用真的把遊戲下載下來
---
首先 先在你的瀏覽器安裝Auto Script Runner
擴充功能連結: https://reurl.cc/Y1pe4o
再來設定腳本
1.打開Auto Script Runner選單 點選齒輪按鈕
https://imgur.com/dCIRHNJ
https://imgur.com/sTuY6qV
2.在設定頁面新增一個腳本
https://imgur.com/MwbQnBI
3.將以下腳本貼至腳本區
https://imgur.com/qnhXv1P
if (!window.location.toString().includes("/bundle/download")) {
window.history.back();
} else if ($('[value="claim"]') && $('[value="claim"]')[0]) {
$('[value="claim"]')[0].click();
} else {
$('.next_page')[0].click()
}
4.打開你的bundle download頁面
如: (https://itch.io/bundle/download/XXXXXX)
5.打開Auto Scripter Runner選單
將剛剛的腳本打開
https://imgur.com/nH03xfc
https://imgur.com/BMyvhG4
6.重新整理下載頁面 腳本就會自動執行
----
由於目前有51頁
執行起來還是滿花時間的
可以放著做其他事情讓他跑
--
腳本來自stadja https://github.com/stadja
itchio的匯入機制是只要按過一次download
進去下載頁面後就會匯進帳號遊戲庫裡
不用真的把遊戲下載下來
---
首先 先在你的瀏覽器安裝Auto Script Runner
擴充功能連結: https://reurl.cc/Y1pe4o
再來設定腳本
1.打開Auto Script Runner選單 點選齒輪按鈕
https://imgur.com/dCIRHNJ
https://imgur.com/sTuY6qV
2.在設定頁面新增一個腳本
https://imgur.com/MwbQnBI
3.將以下腳本貼至腳本區
https://imgur.com/qnhXv1P
if (!window.location.toString().includes("/bundle/download")) {
window.history.back();
} else if ($('[value="claim"]') && $('[value="claim"]')[0]) {
$('[value="claim"]')[0].click();
} else {
$('.next_page')[0].click()
}
4.打開你的bundle download頁面
如: (https://itch.io/bundle/download/XXXXXX)
5.打開Auto Scripter Runner選單
將剛剛的腳本打開
https://imgur.com/nH03xfc
https://imgur.com/BMyvhG4
6.重新整理下載頁面 腳本就會自動執行
----
由於目前有51頁
執行起來還是滿花時間的
可以放著做其他事情讓他跑
--
All Comments