MCPcopy Create free account
hub / github.com/FreeMovieIR/freemovieir.github.io / script.js

File script.js

script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// script.js
2const defaultApiKey = '1dc4cbf81f0accf4fa108820d551dafc'; // کلید پیش‌فرض TMDb
3const userTmdbToken = localStorage.getItem('userTmdbToken'); // توکن کاربر
4const apiKey = userTmdbToken || defaultApiKey; // اولویت با توکن کاربر

Callers

nothing calls this directly

Calls 7

initializeSwitcherFunction · 0.70
fetchAndDisplayContentFunction · 0.70
manageFabButtonFunction · 0.70
manageNotificationFunction · 0.70
manageDisclaimerNoticeFunction · 0.70
manageSupportPopupFunction · 0.70
manageThemeToggleFunction · 0.70

Tested by

no test coverage detected