Anyone can give me the script?
I tried to copy and paste on tempermonkey but cannot save.
It shows invalid userscript
Lazada Discussion V22 | #MYCyberSCAM, lalalaxx.com | pricecampers.com
Lazada Discussion V22 | #MYCyberSCAM, lalalaxx.com | pricecampers.com
|
|
Oct 3 2017, 04:56 PM
Return to original view | Post
#1
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
Anyone can give me the script?
I tried to copy and paste on tempermonkey but cannot save. It shows invalid userscript |
|
|
Oct 3 2017, 05:04 PM
Return to original view | Post
#2
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
|
|
|
Oct 3 2017, 05:11 PM
Return to original view | Post
#3
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
QUOTE(AmeiN @ Oct 3 2017, 05:08 PM) var i = 0;setInterval(function() { $.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=1e48eefec55aba8b941095da02508bbf&dpr=2', function(data){ i++ if(data != undefined) { if(data.data.voucherCode) { console.log('Voucher: ' + data.data.voucherCode); alert('Voucher: ' + data.data.voucherCode); } else { console.log('no voucher'); } document.getElementsByClassName("breadcrumb__item-text")[1].innerHTML = 'Help Center on Lazada Malaysia - Spins: ' + i; } } ); }, 1000); Found this on v21 but cannot save on tempermonkey. Showing me invalid userscript |
|
|
Oct 3 2017, 05:14 PM
Return to original view | Post
#4
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
QUOTE(alexander3133 @ Oct 3 2017, 05:13 PM) Spoon feed time? Thanks bro,just realized I have erased the first phase CODE // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match http://www.lazada.com.my/helpcenter/ // @grant none // ==/UserScript== var getJSON = function(url) { return new Promise(function(resolve, reject) { var xhr = new XMLHttpRequest(); xhr.open('get', url, true); xhr.responseType = 'json'; xhr.onload = function() { var status = xhr.status; if (status == 200) { resolve(xhr.response); } else { reject(status); } }; xhr.send(); }); }; setInterval(function() { $.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=1e48eefec55aba8b941095da02508bbf&dpr=desktop', function(data){ if(data != undefined) { if(data.data.voucherCode) { console.log('Voucher: ' + data.data.voucherCode); alert('Voucher: ' + data.data.voucherCode); } else { console.log('Please wait...'); } } } ); }, 1000); |
|
|
Oct 8 2017, 09:06 AM
Return to original view | Post
#5
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
QUOTE(kinwai88 @ Oct 8 2017, 08:18 AM) The HSBC credit card apply at LAzada give e-voucher RM500, need to swipe RM1K within 60 days... One question, HSBC Visa Platinum(Got annual fee) & HSBC Amanah MPower Platinum Islamic(Annual fee waived with 12 swipes per year)The swipe RM1K is it we can swipe paying electric bill, dinning, pour petrol or shopping? Or is need to swipe RM1K buy item in Lazada only can get the RM500 voucher? If I swipe RM1K buy hp in Lazada as soon as I get the credit card, the RM500 e-voucher confirm give to me immediately or need wait 60 days? Last question is the RM500 confirm everyone will get if spend above RM1k within 60 days or for first 500 customer only? any sifu here got apply before and using, anything need to be careful and look out? https://sp.hsbc.com.my/lazada500?spm=a2o4k....=BANNER&boost=2 Just wondering what's the difference between normal & islamic credit card |
|
|
Oct 8 2017, 09:48 AM
Return to original view | Post
#6
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
|
|
|
Oct 8 2017, 11:46 AM
Return to original view | Post
#7
|
![]() ![]()
Junior Member
68 posts Joined: Apr 2010 |
Anyone is still scripting for 10%
|
| Bump Topic Topic ClosedOptions New Topic |
| Change to: | 0.0956sec
1.10
7 queries
GZIP Disabled
Time is now: 3rd December 2025 - 08:35 AM |