小米50/100折價券(100元領取完畢) - 省錢
By Damian
at 2018-11-07T15:08
at 2018-11-07T15:08
Table of Contents
感謝原po分享的方法
讓我搶到了250元的折價卷
不過看了一下好像還沒有人說秒殺商品怎麼搶
我在這邊講一個不會程式也可以增加搶到的方法
1.首先打開Chrome瀏覽器
2.前往小米搶秒殺商品的頁面(真的要搶的時候請記得先登入)
3.按下F12,會跳出一個有很多程式碼的視窗
4.此視窗左下角有搜尋欄,搜尋"buy-now J_flashBuyBtn"
5.搜尋到的結果就是秒殺的按鈕,把後面那排disabled="disabled"刪除
6.按鈕變成可按狀態,時間到了就請瘋狂點擊吧。
補充:
搶250或500的折價卷也可以用此方法,搜尋關鍵字是J_couponArea
或者使用第一篇的腳本比較方便
要刪除需要在字上面連點左鍵兩下,就可變成編輯狀態。
補充:
提供更快速的方法
1.首先打開Chrome瀏覽器前往小米搶秒殺商品的頁面
2.按下F12,會跳出一個有很多程式碼的視窗
3.該視窗有一排功能列,點擊Console這個欄位
4.在中間空白的部分,貼上以下程式碼並按下Enter
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_couponArea").removeAttr("disabled");
$("a").removeAttr("disabled");
}
window.setInterval (checkForMoniDisplayChange, 10);
alert ={}
})();
可以打開大部分不能點的按鈕(包含折價卷與秒殺)
會用腳本的人也可以自己去改
更新:
自動搶卷,一次搶50,100,200,500
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_couponArea").removeAttr("disabled").click();
$("a").removeAttr("disabled");
}
window.setInterval (checkForMoniDisplayChange, 10);
alert ={}
})();
自動搶秒殺商品 電子鍋
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_flashBuyBtn[data-gid=4180200002]").removeAttr("disabled").click();;
}
window.setInterval (checkForMoniDisplayChange, 10);
alert ={}
})();
結果:沒搶到
更新:
專搶500
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_couponArea[data-coupon-id=898]").removeAttr("disabled")[0].click();;
}
window.setInterval (checkForMoniDisplayChange, 10);
window.alert = function() {};
})();
不要太早執行,不然會被鎖定一段時間,差不多五秒前,然後也可以搭配手動點或多視窗
--
讓我搶到了250元的折價卷
不過看了一下好像還沒有人說秒殺商品怎麼搶
我在這邊講一個不會程式也可以增加搶到的方法
1.首先打開Chrome瀏覽器
2.前往小米搶秒殺商品的頁面(真的要搶的時候請記得先登入)
3.按下F12,會跳出一個有很多程式碼的視窗
4.此視窗左下角有搜尋欄,搜尋"buy-now J_flashBuyBtn"
5.搜尋到的結果就是秒殺的按鈕,把後面那排disabled="disabled"刪除
6.按鈕變成可按狀態,時間到了就請瘋狂點擊吧。
補充:
搶250或500的折價卷也可以用此方法,搜尋關鍵字是J_couponArea
或者使用第一篇的腳本比較方便
要刪除需要在字上面連點左鍵兩下,就可變成編輯狀態。
補充:
提供更快速的方法
1.首先打開Chrome瀏覽器前往小米搶秒殺商品的頁面
2.按下F12,會跳出一個有很多程式碼的視窗
3.該視窗有一排功能列,點擊Console這個欄位
4.在中間空白的部分,貼上以下程式碼並按下Enter
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_couponArea").removeAttr("disabled");
$("a").removeAttr("disabled");
}
window.setInterval (checkForMoniDisplayChange, 10);
alert ={}
})();
可以打開大部分不能點的按鈕(包含折價卷與秒殺)
會用腳本的人也可以自己去改
更新:
自動搶卷,一次搶50,100,200,500
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_couponArea").removeAttr("disabled").click();
$("a").removeAttr("disabled");
}
window.setInterval (checkForMoniDisplayChange, 10);
alert ={}
})();
自動搶秒殺商品 電子鍋
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_flashBuyBtn[data-gid=4180200002]").removeAttr("disabled").click();;
}
window.setInterval (checkForMoniDisplayChange, 10);
alert ={}
})();
結果:沒搶到
更新:
專搶500
(function() {
'use strict';
function checkForMoniDisplayChange () {
$(".J_couponArea[data-coupon-id=898]").removeAttr("disabled")[0].click();;
}
window.setInterval (checkForMoniDisplayChange, 10);
window.alert = function() {};
})();
不要太早執行,不然會被鎖定一段時間,差不多五秒前,然後也可以搭配手動點或多視窗
--
Tags:
省錢
All Comments
By Bethany
at 2018-11-11T11:55
at 2018-11-11T11:55
By Gary
at 2018-11-13T02:34
at 2018-11-13T02:34
By Donna
at 2018-11-15T03:53
at 2018-11-15T03:53
By Linda
at 2018-11-15T18:29
at 2018-11-15T18:29
By Kumar
at 2018-11-17T22:12
at 2018-11-17T22:12
By Jake
at 2018-11-21T21:52
at 2018-11-21T21:52
By Rachel
at 2018-11-22T02:22
at 2018-11-22T02:22
By Daph Bay
at 2018-11-24T08:28
at 2018-11-24T08:28
By Victoria
at 2018-11-27T21:37
at 2018-11-27T21:37
By Elizabeth
at 2018-11-29T06:03
at 2018-11-29T06:03
By Kyle
at 2018-11-29T18:36
at 2018-11-29T18:36
By Odelette
at 2018-11-30T01:14
at 2018-11-30T01:14
By Ula
at 2018-12-02T00:07
at 2018-12-02T00:07
By Regina
at 2018-12-06T14:24
at 2018-12-06T14:24
By Erin
at 2018-12-07T16:51
at 2018-12-07T16:51
By Lauren
at 2018-12-09T19:25
at 2018-12-09T19:25
By Elma
at 2018-12-12T05:59
at 2018-12-12T05:59
By David
at 2018-12-14T14:59
at 2018-12-14T14:59
By Caitlin
at 2018-12-15T04:49
at 2018-12-15T04:49
By Anthony
at 2018-12-16T22:14
at 2018-12-16T22:14
By Lily
at 2018-12-17T04:35
at 2018-12-17T04:35
By Ida
at 2018-12-20T22:14
at 2018-12-20T22:14
By Freda
at 2018-12-21T08:36
at 2018-12-21T08:36
By Caroline
at 2018-12-24T13:57
at 2018-12-24T13:57
By Rachel
at 2018-12-24T20:30
at 2018-12-24T20:30
By Puput
at 2018-12-26T07:44
at 2018-12-26T07:44
By Enid
at 2018-12-27T19:12
at 2018-12-27T19:12
By Sierra Rose
at 2018-12-31T07:08
at 2018-12-31T07:08
By Connor
at 2018-12-31T21:38
at 2018-12-31T21:38
By Andrew
at 2019-01-01T08:06
at 2019-01-01T08:06
By Olive
at 2019-01-02T02:44
at 2019-01-02T02:44
By Christine
at 2019-01-05T11:53
at 2019-01-05T11:53
By James
at 2019-01-06T01:36
at 2019-01-06T01:36
By Rosalind
at 2019-01-07T06:45
at 2019-01-07T06:45
By Donna
at 2019-01-11T19:39
at 2019-01-11T19:39
By Emily
at 2019-01-14T07:03
at 2019-01-14T07:03
By Isla
at 2019-01-18T10:14
at 2019-01-18T10:14
By Vanessa
at 2019-01-22T20:11
at 2019-01-22T20:11
By Bethany
at 2019-01-24T04:31
at 2019-01-24T04:31
By Vanessa
at 2019-01-25T01:13
at 2019-01-25T01:13
By Christine
at 2019-01-28T10:01
at 2019-01-28T10:01
By James
at 2019-01-29T03:46
at 2019-01-29T03:46
By Emma
at 2019-01-31T09:03
at 2019-01-31T09:03
By Hamiltion
at 2019-02-03T14:18
at 2019-02-03T14:18
By Jessica
at 2019-02-04T17:03
at 2019-02-04T17:03
By Lily
at 2019-02-06T21:31
at 2019-02-06T21:31
By Harry
at 2019-02-07T18:40
at 2019-02-07T18:40
By Belly
at 2019-02-09T18:43
at 2019-02-09T18:43
By Sandy
at 2019-02-10T23:03
at 2019-02-10T23:03
By Jake
at 2019-02-14T01:11
at 2019-02-14T01:11
By Margaret
at 2019-02-18T14:03
at 2019-02-18T14:03
By Eden
at 2019-02-21T03:04
at 2019-02-21T03:04
By Belly
at 2019-02-25T14:31
at 2019-02-25T14:31
By David
at 2019-03-02T13:34
at 2019-03-02T13:34
By Faithe
at 2019-03-04T12:20
at 2019-03-04T12:20
By Franklin
at 2019-03-05T09:11
at 2019-03-05T09:11
By Edward Lewis
at 2019-03-06T01:36
at 2019-03-06T01:36
By Lily
at 2019-03-06T15:01
at 2019-03-06T15:01
By Dora
at 2019-03-09T18:43
at 2019-03-09T18:43
By Delia
at 2019-03-10T14:37
at 2019-03-10T14:37
By Poppy
at 2019-03-11T01:09
at 2019-03-11T01:09
By Daniel
at 2019-03-14T15:14
at 2019-03-14T15:14
By Dora
at 2019-03-18T03:17
at 2019-03-18T03:17
By Damian
at 2019-03-22T09:31
at 2019-03-22T09:31
By Daph Bay
at 2019-03-25T07:46
at 2019-03-25T07:46
By Victoria
at 2019-03-27T03:49
at 2019-03-27T03:49
By Regina
at 2019-03-28T22:33
at 2019-03-28T22:33
By Olive
at 2019-03-31T11:21
at 2019-03-31T11:21
By Zanna
at 2019-03-31T16:54
at 2019-03-31T16:54
By Christine
at 2019-04-04T05:24
at 2019-04-04T05:24
By Joe
at 2019-04-07T15:29
at 2019-04-07T15:29
By Gilbert
at 2019-04-11T07:42
at 2019-04-11T07:42
By Erin
at 2019-04-15T09:56
at 2019-04-15T09:56
By Joseph
at 2019-04-16T16:54
at 2019-04-16T16:54
By Eden
at 2019-04-18T03:18
at 2019-04-18T03:18
By Erin
at 2019-04-18T06:07
at 2019-04-18T06:07
By Ursula
at 2019-04-22T16:10
at 2019-04-22T16:10
By Rebecca
at 2019-04-23T01:20
at 2019-04-23T01:20
By Queena
at 2019-04-26T00:48
at 2019-04-26T00:48
By Adele
at 2019-04-30T15:44
at 2019-04-30T15:44
By Todd Johnson
at 2019-05-01T12:22
at 2019-05-01T12:22
By Brianna
at 2019-05-02T09:07
at 2019-05-02T09:07
By Anthony
at 2019-05-06T02:16
at 2019-05-06T02:16
By Ina
at 2019-05-10T16:20
at 2019-05-10T16:20
Related Posts
Yahoo!奇摩購物中心100元購物金
By Ophelia
at 2018-11-07T13:22
at 2018-11-07T13:22
青春露330ml 6199 (line購再回饋11%)
By Madame
at 2018-11-07T13:16
at 2018-11-07T13:16
timberland雙11優惠
By Necoo
at 2018-11-07T10:59
at 2018-11-07T10:59
Line Points 1點,看網頁
By Kama
at 2018-11-07T10:08
at 2018-11-07T10:08
大苑子 『1元』購買鮮搾柳橙綠
By Olga
at 2018-11-07T09:14
at 2018-11-07T09:14