Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
public_html
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
global
/
Filename :
scrollBar.js
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
const htmlElement = document.getElementsByTagName('html')[0]; const windowWidth = window.innerWidth; const userAgent = navigator.userAgent; let shouldCalculateScrollbar = windowWidth > 1024 && windowWidth > htmlElement.offsetWidth; if (userAgent.includes('Chrome')) { const match = userAgent.match(/Chrome\/(\d+)/); if (match) { const version = parseInt(match[1], 10); if (version >= 145) { shouldCalculateScrollbar = false; } } } if (shouldCalculateScrollbar) { const scrollbarWidth = window.innerWidth - htmlElement.offsetWidth; const styleElement = document.createElement('style'); styleElement.textContent = `:root {--wd-scroll-w: ${scrollbarWidth}px;}`; document.head.appendChild(styleElement); }