Greasy Fork

תעצור ב500 מותק

המשך למוחק המתוק

当前为 2023-01-27 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/458965/1142565/%D7%AA%D7%A2%D7%A6%D7%95%D7%A8%20%D7%91500%20%D7%9E%D7%95%D7%AA%D7%A7.js

// ==UserScript==
// @name         תעצור ב500 מותק
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  המשך למוחק המתוק
// @author       You
// @match        http://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
        var pages = document.title

        if (pages.includes("500")){
        var r = confirm("נסרקו 500 עמודים, האם לעצור?")
        if (r == true){
            window.location = "https://www.fxp.co.il/";
        }
    }
})();