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

Function downloadImage

script.js:337–345  ·  view source on GitHub ↗
(url, filename)

Source from the content-addressed store, hash-verified

335}
336
337// تابع مدیریت پاپ‌آپ حمایت
338function manageSupportPopup() {
339 const popup = document.getElementById('support-popup');
340 const closeButton = document.getElementById('close-popup');
341 const tweetButton = document.getElementById('tweet-support');
342 const downloadTwitterButton = document.getElementById('download-twitter');
343 const downloadInstagramButton = document.getElementById('download-instagram');
344
345 if (!popup) {
346 console.error('عنصر support-popup یافت نشد');
347 return;
348 }

Callers 1

manageSupportPopupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected