舒捷 | Twitch | Youtube | Discord | Facebook
目標挑戰與回饋
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
默默耕耘里程碑
- 2019/09/15:首次達成平均75人提出申請,於 2019/11/05 回覆未通過。(追隨數:1300+)
- 2019/11/19:衝刺到平均82人申請,但過了很久 2020/02/15 回覆未通過。(追隨數:1500+)
- 2020/03/25:這次認真努力了一個月,再度申請。
- 2020/04/27:平均人數落在60人左右,再度失敗。
- 2020/05/08:調整方針與實況時段,找機會再挑戰。抽獎仍可繼續累積!
- 2020/09/10:今年第2次合作夥伴申請開始。
- 2020/10/06:本月人數平均為86人,但觀眾大多來自非原始頁面觀看(轉播、巴哈)。
- 2020/10/26:30天內達成平均101人,準備申請夥伴外加抽獎。
如何取得抽獎券
- 真氣點數
看台累積點數也可以冒險用使用指令增長。
- 忠誠點數
目前已移除兌換點數功能,未來會直接移動到忠誠點數開抽。
- 兌換商店
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
若該月平均 100 人即開始抽 3 名 500 TWD ( 限用 Steam 贈禮),一個人最高可以獨得 3 份 (免費自選 1500 TWD以內遊戲),若通過夥伴才打算加碼到 1800 元,增開 300 元遊戲獎項。但目標設定的有難度,整個月平均而不是單一天數平均,故可能要一個月、三個月甚至更久能才達成,所以此活動如果拖太久就變成老粉專屬,不過新粉只要累積到30萬仍保證有一次抽獎機會。如何不漏拿點數又能幫助到實況主
Streamelements Points
建議隨時都待在聊天室才不會漏掉,名次會產生差距通常就是從這開始。
各位需要鴉片的Chatty簡介和Chatty設定,能像LINE群保留聊天室並管理、留存訊息。
不過只待在聊天室不會計算觀看數,也不會增加忠誠點數。
建議打開直播設定成低流量跑,音量就右下角喇叭右鍵按"M"。
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
忠誠點數
- 個人電腦、筆電有個人需求而持續開機時才幫忙掛台,平板和手機不推薦太損耗電池。
- Chrome:不看時另外開視窗而不使用分頁,右下角喇叭右鍵按"M"降低音量放置。
- Twitch APP:資源比瀏覽器少掛多台更省資源,音量也能獨立用上述M靜音,而不會整個網頁都靜音,方便逛他台或看其他影片。
腳本插件
- 使用 Chrome 腳本插件自動點擊忠誠點數加成按鈕,配合訂閱能拿到最多的點數。
- 推薦安裝腳本插件 Tampermonkey,此功能可以讓你自己寫腳本執行程序,手動打開才執行
- 瀏覽器上方按下圖示重整後可新增腳本,可貼上以下CODE:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
// ==UserScript==
// @name Twitch - Auto Click Bonus Box
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.twitch.tv/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
(function() {
'use strict';
// select the target node
var target = document.querySelector('body');
// create an observer instance
var observer = new MutationObserver(function(mutations, observer) {
$(".community-points-summary").find('.tw-button--success').click();
});
// configuration of the observer:
observer.observe(target, { subtree: true, childList : true, characterData : true});
})();
-
貼上後按左上角的儲存,然後就可以到控制台啟用腳本
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- 安裝完成後需要點擊上方進入該插件頁面
- 每次點開各台畫面後,點一下上方啟動就可以放著快速累積忠誠點數了。
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
確認上方插件有出現
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
才有運行,若沒運行請點一下即可運作。