Greasy Fork is available in English.

تخطي المؤقت وتحميل الصفحه تلقائياً

تخطي المؤقت وتحميل صفحة الحلقة/المسلسل تلقائيًا لموقع قصة عشق

// ==UserScript==
// @name        تخطي المؤقت وتحميل الصفحه تلقائياً 
// @homepage     https://x.com/pzll0
// @version      1.0
// @description     تخطي المؤقت وتحميل صفحة الحلقة/المسلسل تلقائيًا لموقع قصة عشق
// @author       Mjeed
// @match        https://arabtalking.com/*
// @grant        none
// @license      Personal Use Only - Modification Restricted to Author
// @namespace https://greasyfork.org/users/1311929
// ==/UserScript==


(function () {
  "use strict";

  const secondsWait = document.getElementById("secondsWait");
  const myLink = document.getElementById("myLink");
  const goUrl = document.getElementById("goUrl");

  if (secondsWait) {
    secondsWait.remove();
  }
  if (myLink) {
    myLink.style.display = "block";
    myLink.href = myUrl;
    myLink.innerHTML = "اضغط هنا لمشاهدة الحلقة";
  }
  if (goUrl) {
    goUrl.innerHTML = "شكراً لك. اضغط على الزر لمشاهدة الحلقة الآن";
  }
  window.location.href = myUrl;
})();