// ==UserScript==
// @name Orlygift Compact
// @namespace MurkBRA
// @description Orlygift Compact Giveaway page (16/03/2016)
// @author MurkBRA
// @homepage
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAjCAYAAADizJiTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAU9SURBVHjavJhvTJVVHMc/F26EqFysQEsendFiwJatyCxfpDFWNmdu9iKbLmUyar2oN0ZNo5atiNjUzZTlalQbi1fGm9JFwlhZtmyaLrSANi/ChBw8OVT+3t58n3Y4Pc/lgd31287uOb/z+/N9zjm/3++cG0kkEsxEkUgEgDixecAuYDuwAhgGjgE1Du4ffrpxYoXAXuBJYCHwJ/AZ8L6DewMgFIawQAWyFXjUR+Rv4HEH97QFshT4Fsj20TkFlDm4I2EwpBGeagyQCeB3YETjbOBonNjtBshc4KgBckQ6HqqHtdKhKBTQOLE0oFLDSaDcwS0ElgPnxXeApjixtDixdKAJyNfcr8By6awDJsSviBOLhsEQaut7IzlLgH4NTzi4ZcZH3AP8DMTEelsLsEdjFyh1cLsMna+A9Rouy08Mx1O19TeN/uI4sQj/LqPbBTxvzL9hgATYboGMAHcG2E5JMJ0F7hPrY+BDYMgQe8sCDPC5zrZHtwEvGMeo08EtTnXUPw18SWrpWQe3OaVR7+C2aCUmUwBwEqhycJvDKkS0nWuUegqAO4BczaHt/Utn71ic2N3AJmAVkDlLgDeBn4AWB7cbKANq5XORkfoG5bMbOAl8bxtaIsA7dQbPSDGhVXgHWJqCFb1L2WHSsH9GPncCjwjLtBUNY3QTUAE8KN5vQDxsxBqUqXxbrPFp4BOd/b65fPFzQBfQogTt0Vqgw1iFubYO2fJonXx1yfeMFAUaZKxdZxcgHSgE7tUu7ACuzQHgNelGZKtQtpGvdsk1CEtgYDUCY0CVeEXAR6ouCZW+eiBL29czC5A90smSjQnxXfkoks8qYWgMOpq7gOvakgygDhgPcHpWdXwF0BsCZK9k86XrJzMunxnCcF2YplEBcAPYqC9uDeG8C8hTmhpNIjcqmTzpzGS3VRg2ClOBCbQBOKR+s4/yAHBY27JD17PzQJuKRk0SxzWSaZPOXtmoks0BHx2vEBwSNgDm6Wa0CNjio7QPWBBwprcC25R2+nx0+zS3TbJ+Z26BfNi6W4SpXxjZABxQ9NlbU20ZrQX2G1c0jAJQ7eOs2pJJRtU+Rytd2DYA7FY1KrcET/gY8+b2BxSGKUNmSrwg2qdbfweQ4911LQzlwrYbIY4q4myh2QD13kGezKkkIIstX6+Iby9WnbAdiAKXldNKDENjSr4A7yoKTXrMAPs1cFz9NkW41w8iV3XeS/ZX9dsu3xkalwjb5agSMcB8w9CA8hrA6z6O7lfzyAN6zuCd89F7QCmnU8FVoWdMk+bH5TvfwtQTBa4Yd0SPFlqrm5FkdcaMu+1Fg39RvCmN3wNeU/8lpZ4vfOyZvr1H4BWAZRocsc5HkfFVOWre3GGD59Xk9YruXrWlVnaIG/o/BHx0kYXhiPcATAMuafCdpVRpvMeH1TwaNXgTuv2UKueVqfUDDxm3r5OGfhDQSmvsYbpkMmMC5X3NmBEY5lYkdKnAWPEfgZXAyzpn4+qv1Nx8Je0X9QD0uxmtkk/P/4jxBP8P1VtLP2hc9cxj4DlarEh9RsFhJ/ytmmuXbBCtkS9Ttz5ZdcjWOyVhPUEadaPJUUks0dv9qiI+R28rG+iQ5o5Ldo90M8VfK9uTll53wP9V06jE5+uStaeAzUnmN0smrL1BK6cnpWLgQkjDB4FblBvtuU7NHQxp64LxngpNWcCbAVuaMG78n+pWtNrawknxIpKZSGJnSL6ykj0/ZqJbVYNXq2JEtT2/6OwNWK+EOvVfBT4w5vKAJ1SdcgW8V1nhG6W8/5Vq1VJK/wwAXCVTS5Ic+DAAAAAASUVORK5CYII=
// @run-at document-start
// @version 1.2016.03.16.0
// @grant unsafeWindow
// @require http://code.jquery.com/jquery-2.1.4.min.js
// @include /^https?:\/\/(www\.)?orlygift\.com\/giveaway/
// ==/UserScript==
/*// lets make the timer alive and reload automatically on round end by Tackyou
$(function(){
$('div.callout.callout-info strong:nth-of-type(2)').addClass('tempo');
$('div.callout.callout-info strong:nth-of-type(1)').remove();
$('div.callout.callout-info p').html('This page auto reload in ' + $('<strong class="tempo">').append($('*', 'div.callout.callout-info p')).html());
var timelem = $('.tempo');
if(timelem.length>0){
var fetchtime = timelem.text();
var hours = +(fetchtime.split(':')[0]), mins = +(fetchtime.split(':')[1].split(' h')[0]), secs = (hours * 3600 + mins * 60 + 90), currentSeconds = 0, currentMinutes = 0, currentHours = 0, count = setInterval(function() {
currentHours = Math.floor(secs / 60 / 60);
if(currentHours <= 9) currentHours = '0' + currentHours;
currentMinutes = Math.floor(secs / 60) % 60;
if(currentMinutes <= 9) currentMinutes = '0' + currentMinutes;
currentSeconds = secs % 60;
if(currentSeconds <= 9) currentSeconds = '0' + currentSeconds;
secs--;
timelem.text(currentHours + 'h ' + currentMinutes + 'm ' + currentSeconds + 's');
if(secs == -1){ clearInterval(count); location.reload(); }
}, 1000);
}
});*/
$(function recarregar(){
var count = setInterval(function() {
if($('#time_left_countdown canvas').length){
console.log('checando...');
}else{
clearInterval(count);
setInterval(function () {location.reload();}, 20000);
console.log('recarregando em 20s...');
}
}, 1000);
});
$("<style>").text([
"@namespace url(http://www.w3.org/1999/xhtml);",
"/* Orlygift fixed */",
".col-md-offset-2.col-md-8 > br, .ng-scope > br, .sweet-overlay, .blocked-overlay, .alert-danger, #commander-cool-banner, #orlygift_tutorial, .sweet-alert.showSweetAlert:not([data-animation=pop]).visible, .ad-container, #exit-intent-guest, #exit-intent-user, .modal-backdrop.fade.in, .box.box-dange, .slider.slick-initialized.slick-slider, footer, .row.headline-container.animated > div > h4, .row.headline-container.animated > div > h3, .row.headline-container.animated > div > p, .box.box-danger, .last_claimed, .product-img, .slider, .container.home-container > .row:not(.countdown-container):not(.animated), .content-perspective > .content > .content-inner .ng-scope > .row, .content-perspective > .content > .content-inner > .row > col-md-12, .nav.navbar-nav.hidden-xs {visibility: hidden !important; display: none !important;}",
".container-fluid.game_page_background.ng-scope {margin-bottom: 40px !important;}",
".products-list .product-info {margin-left: 0px !important;}",
".stop-scrolling {overflow: inherit !important; height: inherit !important;}",
".modal-open {overflow: auto !important;}",
"#main {padding-bottom: 0 !important;overflow: inherit !important;}",
".content-inner, .form-control {background: #003448 !important;}",
".event input[type='radio']:checked ~ .content-perspective .content-inner p, .products-list .product-description, .content-inner {color: #FFF !important;}",
".event.finished .content-inner h3, .cc_container, .form-control, .form-control-feedback {color: #000 !important;}",
".btn-steam {color: #000 !important;background-color: #3E581B !important;}",
".btn-steam:hover {color: #000 !important;background-color: #304515 !important;}",
".cc_container {background: #003448 !important; border: #003448 !important;}",
".form-control {border: 1px solid #4B4B4B !important;}",
".form-control:focus {border: 1px solid #000 !important;}",
".box, .products-list > .item {background: #00222F !important;}",
".product-list-in-box > .item, .box-header.with-border {border-bottom: 1px solid #000 !important;}",
".box-body {overflow: auto !important;max-height: 200px !important;}",
".info-box {background: #00532D !important;}",
".callout.callout-info {background: #1A6A82 !important;border-color: #004C5E !important;}",
".callout.callout-warning {background: #EB9214 !important;border-color: #A06608 !important;}",
".btn-info {background-color: #1A6A82 !important;}",
".btn-info:hover {background-color: #16596D !important;}",
"#raffle-enter-button {position: fixed !important;bottom: 0px !important;width: 100% !important;z-index: 99 !important;left: 0px !important;margin-bottom: 0px !important;}",
".event label.arrow::after {background: #1a1a1a !important;}",
".event input[type='radio']:checked ~ .thumb {box-shadow: 0px 0px 0px 8px #1A1A1A, 0px 1px 1px #000 !important;}",
".callout.callout-success {border-color: #003A1F !important;background: #2A602A !important;}",
".row.headline-container.animated {transform: scale(0.5);top: -30px;position: relative;}",
".row.countdown-container {transform: scale(0.5);position: relative;top: -120px;}",
".timeline {margin-bottom: -160px !important;top: -160px !important;padding: 0px 0px 0px !important;}",
".popover {background-color: #003448 !important;}",
".popover.top > .arrow::after {border-top-color: #003448 !important;}",
".popover-title {background-color: #1A6A82 !important;border-bottom: 1px solid #000 !important;}",
".btn-block + .btn-block {margin-top: 2px !important;}",
".box-body {padding: 0px 10px !important;}",
".box-header {padding: 3px !important;}",
".products-list > .item {padding: 0px !important;}",
".event:not(.finished) > .content-perspective > .content > .content-inner {padding: 1px 20px !important;}",
".event:not(.finished) > .content-perspective > .content > .content-inner h3:not(.popover-title) {padding: 0px 0px !important;}",
".event:not(.finished) > .content-perspective > .content > .content-inner::before {top: 16px !important;left: -36px !important;}",
".content-inner::before {top: 9px !important;left: -36px !important;color: #4E5D6C !important; }",
".content-inner {border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #4E5D6C !important;}",
".event input[type='radio']:checked ~ .content-perspective .content-inner::before {color: #E3000E !important;}",
".event input[type='radio']:checked ~ .content-perspective .content-inner {border-color: #E3000E !important;}",
".event {margin-bottom: 10px !important;}",
".container {width: 1000px !important;}",
".btn-box-tool {padding: 0px !important;}",
".box-tools.pull-right {top: 1px !important;}",
".box {border-top: 3px solid #0842B5 !important;}",
".nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {background-color: #0F132D !important;color: #fff !important;}",
".nav-tabs-custom > .tab-content {background: #0F132D !important;}",
".nav-tabs-custom {background-color: #1A1D38 !important;}",
".nav-tabs-custom > .nav-tabs > li > a {color: #999 !important;}",
".nav-tabs-custom > .nav-tabs > li > a:hover {color: #fff !important;}",
".nav-tabs-custom > .nav-tabs {border-bottom-color: #000 !important;}",
".nav-tabs-custom > .nav-tabs > li.active > a {border-right-color: #000 !important;}",
"",
""
].join("\n")).appendTo(document.documentElement);