Help
RSS
API
Feed
Maltego
Contact
Domain > store.mindakgold.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-08
18.172.139.114
(
ClassC
)
2026-02-16
3.169.173.122
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 16 Feb 2026 01:40:50 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://store.mindakgold.com/X-Cache: Redirect from cloudfrontVia: 1.1 743dabf2fdbfd64c0bd7adf3cea9dbec.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: MmS-9-VMnVi6XKNUwe0kfhhBXc_yMwT-9TGtADyLn220s8EPXn7c2A html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 35275Connection: keep-aliveDate: Mon, 16 Feb 2026 01:40:51 GMTLast-Modified: Tue, 25 Nov 2025 17:52:23 GMTETag: 4ca612bff85e1ebedc4c653810c0c254x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 474071c4c0fe7769ce8d0b73ccd104b0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 3C3PgGamawT3RW-yEcIxhXmyAt0FDSuEVj1kSX5zqJdIqHKpGSvfNw !DOCTYPE html>html langen>head>meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Mindak Store - Live Precious Metals Pricing/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800;900&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; }body { font-family: Inter, sans-serif; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 25%, #cbd5e1 50%, #94a3b8 75%, #f1f5f9 100%); color: #1e293b; min-height: 100vh; overflow: hidden; position: relative; } /* Animated background */ body::before { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 80%, rgba(254, 153, 0, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(192, 192, 192, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(254, 153, 0, 0.04) 0%, transparent 50%); animation: backgroundShift 20s ease-in-out infinite; z-index: -1; } @keyframes backgroundShift { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } } /* Header - Full Width */ .header { width: 100vw; text-align: center; padding: 0; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(254, 153, 0, 0.4); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); } .header img { max-width: 300px; height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3)); } /* Main Container - Optimized for 16:9 TV */ .main-container { width: 100vw; height: calc(100vh - 160px); padding: 10px; display: flex; flex-direction: column; gap: 3px; } /* Bid/Ask Header Styling */ .bid-ask-header { text-align: center; padding: 18px 18px 22px; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; font-weight: 900; background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9)); border-radius: 22px; backdrop-filter: blur(25px); box-shadow: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; align-items: center; min-height: 160px; } .bid-ask-header > div { display: flex; flex-direction: column; gap: 6px; width: 100%; } .gold-bid-ask { color: #fe9900; } .silver-bid-ask { color: #64748b; } .bid-ask-label { font-size: 1.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.9; } .bid-ask-value { font-size: 4.4rem; font-weight: 900; line-height: 1; text-shadow: none; } .widget-title { text-align: center; font-size: 3.5rem; font-weight: 900; margin-bottom: 10px; background: linear-gradient(45deg, #fe9900, #ffb84d, #fe9900, #ffb84d); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: metallicShine 10s ease-in-out infinite; } @keyframes titleGlow { 0% { filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3)); } 100% { filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.6)); } } @keyframes metallicShine { 0% { background-position: 0% 50%; } 25% { background-position: 100% 50%; } 50% { background-position: 100% 50%; } 75% { background-position: 0% 50%; } 100% { background-position: 0% 50%; } } /* Products Section - 4 Column Grid */ .products-section { flex: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 15px; height: 100%; } .product-column { background: rgba(255, 255, 255, 0.8); border-radius: 15px; padding: 15px; border: 1px solid rgba(254, 153, 0, 0.2); backdrop-filter: blur(20px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8); display: flex; flex-direction: column; } .product-title { text-align: center; font-size: 1.6rem; font-weight: 900; margin-bottom: 8px; padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); text-transform: uppercase; letter-spacing: 1px; } .gold-title { color: #fe9900; } .silver-title { color: #64748b; } .fractional-title { color: #fe9900; } .face-value-title { color: #64748b; } .product-table { width: 100%; border-collapse: collapse; font-size: 18px; flex: 1; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; } .product-table th, .product-table td { padding: 8px 6px; text-align: center; border: 1px solid rgba(0, 0, 0, 0.2); font-size: 1.1rem; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; } /* Override font size for price cells specifically */ .product-table td.price { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; font-size: 2rem !important; font-weight: 900 !important; } .product-table th { background: rgba(0, 0, 0, 0.1); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; font-size: 1.2rem; } .product-table tr:nth-child(even) { background: rgba(0, 0, 0, 0.02); } .product-table tr:hover { background: rgba(254, 153, 0, 0.1); transform: scale(1.01); transition: all 0.3s ease; } .product-name, .product-table td.product-name { text-align: center !important; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; font-weight: 900 !important; font-size: 2rem !important; text-transform: uppercase !important; color: #1e293b; }.price { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; font-weight: 900 !important; font-size: 2.2rem !important; color: #fe9900; } /* Ensure gold product prices are large and bold */ .gold-table .price, .gold-table td.price { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; font-weight: 900 !important; font-size: 2.2rem !important; color: #fe9900; } /* Special styling for fractional and face value tables */ .fractional-table th, .fractional-table td, .face-value-table th, .face-value-table td { padding: 12px 10px; font-size: 0.95rem; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; } .fractional-table .price, .fractional-table td.price { font-size: 2.2rem !important; color: #fe9900; } .face-value-table .price, .face-value-table td.price { color: #64748b; font-size: 2rem !important; } /* Silver product prices - make them darker silver for readability */ .silver-table .price, .silver-table td.price { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important; color: #64748b; font-weight: 900 !important; font-size: 2rem !important; } .compact-column { padding: 10px 12px; min-height: 0; } .compact-column .product-title { font-size: 1.2rem; margin-bottom: 4px; } .compact-column .product-table { font-size: 0.9rem; } .compact-column .product-table th, .compact-column .product-table td { padding: 6px 4px; font-size: 0.9rem; } .compact-column .product-name { font-size: 1.4rem !important; } .compact-column .price { font-size: 1.6rem !important; } /* Loading Animation */ .loading { display: inline-block; width: 20px; height: 20px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: #fe9900; animation: spin 1s ease-in-out infinite; } @keyframes spin { to { transform: rotate(360deg); } } /* Pulse Animation for Price Changes */ .pulse { animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } /* Delightful Price Change Animations */ @keyframes priceUpFlash { 0% { background-color: rgba(74, 222, 128, 0.3); color: #4ade80; transform: scale(1); box-shadow: 0 0 20px rgba(74, 222, 128, 0.5); } 50% { background-color: rgba(74, 222, 128, 0.6); color: #ffffff; transform: scale(1.05); box-shadow: 0 0 30px rgba(74, 222, 128, 0.8); } 100% { background-color: transparent; color: #fe9900; transform: scale(1); box-shadow: none; } } @keyframes priceDownFlash { 0% { background-color: rgba(248, 113, 113, 0.3); color: #f87171; transform: scale(1); box-shadow: 0 0 20px rgba(248, 113, 113, 0.5); } 50% { background-color: rgba(248, 113, 113, 0.6); color: #ffffff; transform: scale(1.05); box-shadow: 0 0 30px rgba(248, 113, 113, 0.8); } 100% { background-color: transparent; color: #fe9900; transform: scale(1); box-shadow: none; } } .price-up-flash { animation: priceUpFlash 1.5s ease-in-out; } .price-down-flash { animation: priceDownFlash 1.5s ease-in-out; } /* Responsive adjustments for different screen sizes */ @media (max-width: 1920px) { .spot-title, .product-title { font-size: 1.6rem; } .price-value { font-size: 3rem; } .price, .gold-table .price, .fractional-table .price { font-size: 1.8rem; } .silver-table .price, .face-value-table .price { font-size: 1.8rem; } .bid-ask-header { min-height: 140px; padding: 16px 16px 20px; column-gap: 36px; } .bid-ask-label { font-size: 1.5rem; } .bid-ask-value { font-size: 3.8rem; } .product-table th, .product-table td { padding: 10px 6px; font-size: 1rem; } } @media (max-width: 1600px) { .spot-title, .product-title { font-size: 1.4rem; } .price-value { font-size: 2.6rem; } .price, .gold-table .price, .fractional-table .price { font-size: 1.6rem; } .silver-table .price, .face-value-table .price { font-size: 1.6rem; } .bid-ask-header { min-height: 130px; padding: 14px 14px 18px; column-gap: 28px; } .bid-ask-label { font-size: 1.3rem; } .bid-ask-value { font-size: 3rem; } .product-table th, .product-table td { padding: 8px 5px; font-size: 0.9rem; } .product-name, .product-table td.product-name { font-size: 1.8rem !important; font-weight: 900 !important; text-transform: uppercase !important; }}/style>/head>body> !-- Header --> div classheader> img srchttps://dly5gsf937ti4.cloudfront.net/logo.png altMindak Store /> /div>!-- Main Container --> div classmain-container> !-- Products Section - 2x2 Grid Layout --> div classproducts-section> !-- Left Column: Gold Products --> div classproduct-column compact-column> h2 classproduct-title gold-title>Gold Products/h2> !-- Gold Bid/Ask Header --> div classbid-ask-header gold-bid-ask> div> div classbid-ask-label>Bid/div> div classbid-ask-value idgold-bid>Loading.../div> /div> div> div classbid-ask-label>Ask/div> div classbid-ask-value idgold-ask>Loading.../div> /div> /div> table classproduct-table> thead> tr> th>Product/th> th>1+/th> th>5+/th> th>10+/th> /tr> /thead> tbody> tr> td classproduct-name>1 oz. Gold Bar/td> td classprice idgoldbaroneplus>Loading.../td> td classprice idgoldbarfiveplus>Loading.../td> td classprice idgoldbartenplus>Loading.../td> /tr> tr> td classproduct-name>1 oz. Eagle/td> td classprice idgoldameagleoneplus>Loading.../td> td classprice idgoldameaglefiveplus>Loading.../td> td classprice idgoldameagletenplus>Loading.../td> /tr> tr> td classproduct-name>1 oz. Buffalo/td> td classprice idgoldbuffalooneplus>Loading.../td> td classprice idgoldbuffalofiveplus>Loading.../td> td classprice idgoldbuffalotenplus>Loading.../td> /tr> tr> td classproduct-name>1 oz. Maple/td> td classprice idgoldmapleoneplus>Loading.../td> td classprice idgoldmaplefiveplus>Loading.../td> td classprice idgoldmapletenplus>Loading.../td> /tr> tr> td classproduct-name>1 oz. Krug/td> td classprice idgoldkrugoneplus>Loading.../td> td classprice idgoldkrugfiveplus>Loading.../td> td classprice idgoldkrugtenplus>Loading.../td> /tr> /tbody> /table> /div> !-- Right Column: Silver Products --> div classproduct-column compact-column> h2 classproduct-title silver-title>Silver Products/h2> !-- Silver Bid/Ask Header --> div classbid-ask-header silver-bid-ask> div> div classbid-ask-label>Bid/div> div classbid-ask-value idsilver-bid>Loading.../div> /div> div> div classbid-ask-label>Ask/div> div classbid-ask-value idsilver-ask>Loading.../div> /div> /div> table classproduct-table silver-table> thead> tr> th>Product/th> th>1+/th> th>20+/th> th>100+/th> /tr> /thead> tbody> tr> td classproduct-name>1 oz. Round/td> td classprice idsilverroundoneplus>Loading.../td> td classprice idsilverroundtwentyplus>Loading.../td> td classprice idsilverroundhundredplus>Loading.../td> /tr> tr> td classproduct-name>1 oz. Eagle/td> td classprice idsilverameagleoneplus>Loading.../td> td classprice idsilverameagletwentyplus>Loading.../td> td classprice idsilverameaglehundredplus>Loading.../td> /tr> tr> td classproduct-name>1 oz. Maple Leaf/td> td classprice idsilvermapleoneplus>Loading.../td> td classprice idsilvermapletwentyplus>Loading.../td> td classprice idsilvermaplehundredplus>Loading.../td> /tr> tr> td classproduct-name>10 oz. Bar/td> td classprice idsilvertenbaroneplus>Loading.../td> td classprice idsilvertenbartwentyplus>Loading.../td> td classprice idsilvertenbarhundredplus>Loading.../td> /tr> tr> td classproduct-name>100 oz. Bar/td> td classprice idsilverhundredbaroneplus>Loading.../td> td classprice idsilverhundredbartwentyplus>Loading.../td> td classprice idsilverhundredbarhundredplus>Loading.../td> /tr> /tbody> /table> /div> !-- Left Column Bottom: Fractional Gold Eagles --> div classproduct-column> h2 classproduct-title fractional-title>Fractional Gold Eagles/h2> table classproduct-table fractional-table> thead> tr> th>Product/th> th>Price/th> /tr> /thead> tbody> tr> td classproduct-name>.50 GE/td> td classprice idprice-50GE>Loading.../td> /tr> tr> td classproduct-name>.25 GE/td> td classprice idprice-25GE>Loading.../td> /tr> tr> td classproduct-name>.10 GE/td> td classprice idprice-10GE>Loading.../td> /tr> /tbody> /table> /div> !-- Right Column Bottom: 90% Silver Face Value --> div classproduct-column> h2 classproduct-title face-value-title>90% Silver Face Value/h2> table classproduct-table face-value-table> thead> tr> th>Product/th> th>Price/th> /tr> /thead> tbody> tr> td classproduct-name>Dimes/td> td classprice idsilver90D>Loading.../td> /tr> tr> td classproduct-name>Quarters/td> td classprice idsilver90Q>Loading.../td> /tr> tr> td classproduct-name>Halves/td> td classprice idsilver90H>Loading.../td> /tr> /tbody> /table> /div> /div>/div> script> // Configuration const PROXY_URL https://if6ohci4ey3uvl7guohjqyk53i0kxohw.lambda-url.us-east-2.on.aws/;const formatUsd new Intl.NumberFormat(en-US, { style: currency, currency: USD }); // Utility functionsfunction toNumber(value) { if (typeof value number) return value; if (typeof value string) { const parsed parseFloat(value.replace(/,$/g, )); return isNaN(parsed) ? null : parsed; } return null;}function setText(id, text) { const el document.getElementById(id); if (el) el.textContent text;} // Store previous prices for comparison let previousPrices {}; function setPrice(id, price) { const el document.getElementById(id); if (el) { const num toNumber(price); if (num ! null && Number.isFinite(num)) { const formattedPrice formatUsd.format(num); const previousPrice previousPricesid; // Check for price changes and add delightful flash animation if (previousPrice ! undefined && previousPrice ! num) { el.classList.remove(price-up-flash, price-down-flash); if (num > previousPrice) { el.classList.add(price-up-flash); setTimeout(() > el.classList.remove(price-up-flash), 1500); } else if (num previousPrice) { el.classList.add(price-down-flash); setTimeout(() > el.classList.remove(price-down-flash), 1500); } } el.textContent formattedPrice; previousPricesid num; // Keep the existing pulse animation for general updates el.classList.add(pulse); setTimeout(() > el.classList.remove(pulse), 2000); } else { el.textContent N/A; } } } async function fetchWithRetry(url, timeout 10000, retries 3) { for (let i 0; i retries; i++) { try { const controller new AbortController(); const timeoutId setTimeout(() > controller.abort(), timeout); const response await fetch(url, { signal: controller.signal, headers: { Accept: application/json, Content-Type: application/json } }); clearTimeout(timeoutId); if (!response.ok) { throw new Error(`HTTP ${response.status}: ${response.statusText}`); } return await response.json(); } catch (error) { console.warn(`Attempt ${i + 1} failed:`, error.message); if (i retries - 1) throw error; await new Promise(resolve > setTimeout(resolve, 1000 * (i + 1))); } } } // Main refresh functionasync function refreshAll() { try { console.log(Fetching pricing data...); // Fetch all SKUs including spot reference SKUs for Bid/Ask const skus G1.0GE, S1.0SE, // Gold and Silver Eagles for spot Bid/Ask (what nFusion uses for spot) G1.0BAR, G1.0BUF, G1.0ML, G1.0KR, // Gold 1 oz products G.50GE, G.25GE, G.10GE, // Gold fractional Eagles S1.0RDMF, S1.0ML, S10.0BARMF, S100BAR, // Silver products 90H, 90 // 90% silver face value ; const skuParam skus.join(,); const response await fetchWithRetry(`${PROXY_URL}?skus${skuParam}¤cyUSD&withretailtierstrue&withCosttrue`); if (!response || typeof response ! object) { throw new Error(Invalid response format); } // Convert array response to object keyed by SKU const map {}; if (Array.isArray(response)) { response.forEach(item > { mapitem.SKU item; }); } else { Object.assign(map, response); } console.log(Received data:, map); console.log(Available SKUs in response:, Object.keys(map)); // Update Gold Bid/Ask using spot BaseBid/BaseAsk (G1.0GE mirrors widget data) const goldSpot mapG1.0GE; if (goldSpot && goldSpot0) { const goldBid goldSpot0.BaseBid ?? goldSpot0.Bid; const goldAsk goldSpot0.BaseAsk ?? goldSpot0.Ask; if (goldBid ! null) setText(gold-bid, formatUsd.format(goldBid)); if (goldAsk ! null) setText(gold-ask, formatUsd.format(goldAsk)); } // Update Silver Bid/Ask using spot BaseBid/BaseAsk (S1.0SE mirrors widget data) const silverSpot mapS1.0SE; if (silverSpot && silverSpot0) { const silverBid silverSpot0.BaseBid ?? silverSpot0.Bid; const silverAsk silverSpot0.BaseAsk ?? silverSpot0.Ask; if (silverBid ! null) setText(silver-bid, formatUsd.format(silverBid)); if (silverAsk ! null) setText(silver-ask, formatUsd.format(silverAsk)); } // Gold Products const goldProducts { sku: G1.0BAR, ids: goldbaroneplus, goldbarfiveplus, goldbartenplus }, { sku: G1.0GE, ids: goldameagleoneplus, goldameaglefiveplus, goldameagletenplus }, { sku: G1.0BUF, ids: goldbuffalooneplus, goldbuffalofiveplus, goldbuffalotenplus }, { sku: G1.0ML, ids: goldmapleoneplus, goldmaplefiveplus, goldmapletenplus }, { sku: G1.0KR, ids: goldkrugoneplus, goldkrugfiveplus, goldkrugtenplus } ; goldProducts.forEach(product > { const data mapproduct.sku; if (data && data0) { const tiers data0.RetailTiers || ; product.ids.forEach((id, index) > { if (index 0) { // 1+ price (base price) setPrice(id, data0.Ask); } else if (index 1) { // 5+ price (tier index 1) if (tiers1) setPrice(id, tiers1.Ask); } else if (index 2) { // 10+ price (tier index 0 - best price) if (tiers0) setPrice(id, tiers0.Ask); } }); } }); // Silver Products const silverProducts { sku: S1.0RDMF, ids: silverroundoneplus, silverroundtwentyplus, silverroundhundredplus }, { sku: S1.0SE, ids: silverameagleoneplus, silverameagletwentyplus, silverameaglehundredplus }, { sku: S1.0ML, ids: silvermapleoneplus, silvermapletwentyplus, silvermaplehundredplus }, { sku: S10.0BARMF, ids: silvertenbaroneplus, silvertenbartwentyplus, silvertenbarhundredplus }, { sku: S100BAR, ids: silverhundredbaroneplus, silverhundredbartwentyplus, silverhundredbarhundredplus } ; silverProducts.forEach(product > { const data mapproduct.sku; if (data && data0) { const tiers data0.RetailTiers || ; console.log(`Processing ${product.sku}:`, { tiers, data: data0 }); product.ids.forEach((id, index) > { if (index 0) { // 1+ price (base price) setPrice(id, data0.Ask); } else if (index 1) { // 20+ price if (product.sku S10.0BARMF) { // 10 oz bar: use tier index 1 (2+ tier) for 20+ equivalent if (tiers1) setPrice(id, tiers1.Ask); else console.warn(`${product.sku}: tiers1 not found for 20+ price`); } else if (product.sku S100BAR) { // 100 oz bar: N/A (no 20+ tier available) setPrice(id, N/A); } else { // Other silver products: use tier index 2 (20+) if (tiers2) setPrice(id, tiers2.Ask); else console.warn(`${product.sku}: tiers2 not found for 20+ price`); } } else if (index 2) { // 100+ price - use best available tier (tier index 0) if (product.sku S10.0BARMF) { // 10 oz bar: use tier index 0 (10+ tier - best price) for 100+ equivalent if (tiers0) setPrice(id, tiers0.Ask); else console.warn(`${product.sku}: tiers0 not found for 100+ price`); } else if (product.sku S100BAR) { // 100 oz bar: N/A (no 100+ tier available) setPrice(id, N/A); } else { // Other silver products: use tier index 1 (100+) if (tiers1) setPrice(id, tiers1.Ask); else console.warn(`${product.sku}: tiers1 not found for 100+ price`); } } }); } else { console.warn(`No data found for SKU: ${product.sku}`); } }); // Fractional Gold Eagles try { const g50 mapG.50GE; if (g50 && g500) setPrice(price-50GE, g500.Ask); } catch (e) {} try { const g25 mapG.25GE; if (g25 && g250) setPrice(price-25GE, g250.Ask); } catch (e) {} try { const g10 mapG.10GE; if (g10 && g100) setPrice(price-10GE, g100.Ask); } catch (e) {} // 90% Silver Face Value try { const s90h map90H; if (s90h && s90h0) setPrice(silver90H, s90h0.Ask); } catch (e) {} try { const s90 map90; if (s90 && s900) { setPrice(silver90Q, s900.Ask); setPrice(silver90D, s900.Ask); } } catch (e) {} console.log(Pricing data updated successfully); } catch (error) { console.error(Failed to refresh pricing:, error); // Set error state for all price elements const priceElements document.querySelectorAll(.price); priceElements.forEach(el > { el.textContent Error; el.style.color #f87171; }); } } // Initialize and set up auto-refresh document.addEventListener(DOMContentLoaded, () > { console.log(Mindak Store page loaded);refreshAll(); // Refresh every 30 seconds setInterval(refreshAll, 30000); });/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]