NikolayBezay

Untitled

Jul 19th, 2021 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.92 KB | None | 0 0
  1. <script>
  2. (function() {
  3. var values = '4950471,3098938,801815,5974383,7006734,2386550,6060503,19671,6098273,2613236,3343695,69021,927375,18071,949413,253445,6155565,5704579,5604234,5644140,2876090,1246306,5937024,6907734,3974165,6060382,6480488,6034982,5621941,6234939,1458333,4721686,198448,3003155,4610126,5598201,1572943,2459704,2344274,3337782,6263764,728728,6011335,4103770,6333804,2856406,265910,6546347,13275,2469100,102215,2657864,1144939,2616508,2027298,5144621,2612242,2507639,1424924,5304787,6274487,4668157,888934,6596080,5511992,445088,438993,2469114,1774082,3863599,5928734,3091902,1730764,20842,2673750,6628025,647737,2070735,6170220,5558730,2425379,6440674,477558,2174968,6181588,967169,694395,3592810,1383642,705032,1723826,803912,6604310,3971265,7033449,1852847,6409834,3756053,4323786,4903876,6654303,57258,3461862,1862167,4270666,5170372,2689531,2063106,2112876,2398125,5689287,6936560,3337338,5835807,6913426,2097654,5694740,4685334,6597661,6266484,2550071,1932104,5128586,3190558,627892,3656935,2729748,150409,6536747,5706595,163390,6174154,371741,2908394,1109346,3165097,1969010,6022693,325604,5224338,5224358,1916475,271421,5435797,4066469,5401490,5728045,1933752,5524162,3379289,92726,5351182,482074,73314,2678756,1028148,352115,2251658,1695793,2066839,6643424,189259,3184406,4924398,913020,2483258,3714938,6452124,5605067,1063497,1202993,1083424,6760578,156661,5553205,2175384,1973756,5618469,6496402,303556,1289311,2727174,290621,21938,2905377,3161231,5232020,4771832,6114022,5746396,6868553,2660669,1964637,910503,2474390,2949043,3832835,289721,5865883,2789890,6924862,2251724,2371176,7038781,6022995,3062394,6204594,245635,4997830,6040842,3554962,5624211,6554096,5625549,5628636,1840171,626032,6792810,1864859,6464959,3633869,3682200,2728143,1383241,1375726,6452143,3548535,6576668,4791758,2457399,493678,540345,1133931,1997683,4588132,4592690,762180,2097469,7002327,6336333,5764614,3875458,3234998,3489990,4319560,2064098,917111,1875892,3506855,3662498,5609208,2332156,2889110,127376,6021998,5461362,6168678,812100,6556408,188756,6899175,4290523,6479789,1171486,2103366,,4631502,3151493,4714050,7066877,6420503,5225401,2745654,1416355,5111701,5319602,2832664,5625538,1150269,6662180,3399301,4938609,3822438,2367267,575946,1178791,2176545,5323750,1155259,1884892,1403754,6491516,5060389,4212144,5070026,6869632,3062511,1653915,4571521,2683465,2538553,5007072,169611,3794814,709267,418362,4192163,694188,4895149,4723809,5820568,4943828,1115569,6625077,2455638,6344644,1765199,148428,2501632,1331857,5747012,5273736,3888433,1344527,5422664,4874885,5734188,1847007,4010168,2588211,5573050,5675482,5675502,4473390,4137859,6563138,2201771,4997093,7017699,5194845,3188911,67633,5592114,5903301,106926,6892487,6710067,1374426,5501621,637794,2648042,2594467,1151081,2455387,34907,4499385,3928944,3566899,4085982,6683407,6240643,4858340,139344,2671065,693065,2026898,1986698,6570358,489596,6231035,2945131,1737441,5061305,2241058,680310,188695,6850340,2717549,7026993,3164704,27058,2299917,5301235,4877908,199889,5553024,6258040,1597872,2495555,6629704,3845617,6638820,5881521,4102391,6232776,1419102,1597761,4232928,4280627,2159631,4370730,3131478,3253902,4983978,6839779,4011932,5705275,143744,6350222,1257591,2188202,55950,2749869,5374945,2494843,4161085,6288875,981093,2620686,3866158,3715762'.split(',');
  4.    
  5.     var waitUserInformation = setInterval(function() {
  6.         var userInformation = window.localStorage.getItem('currentYad2PlusUser');
  7.         if (userInformation) {
  8.             clearInterval(waitUserInformation);
  9.             userInformation = JSON.parse(userInformation);
  10.             window.localStorage.setItem('adoriUserId', userInformation.custId);
  11.             window.localStorage.setItem('adoribrokerID', userInformation.brokerID);
  12.             window.localStorage.setItem('showByUserIdList', values.includes(userInformation.custId));
  13.         }
  14.     }, 1000);
  15.     setTimeout(function() {
  16.         clearInterval(waitUserInformation);
  17.     }, 10000);
  18. })();
  19. </script>
Add Comment
Please, Sign In to add comment