Greasy Fork

Disable CountDown On BR Websites To Download Torrent Movies

Desativa o contador JS em sites brasileiros para baixar filmes em sites de torrent que te redirecionam para o site https://www.mastercuriosidadesbr.com ou para outros sites

当前为 2020-08-04 提交的版本,查看 最新版本

// ==UserScript==
// @name         Disable CountDown On BR Websites To Download Torrent Movies
// @namespace    hacker09
// @version      0.2
// @description  Desativa o contador JS em sites brasileiros para baixar filmes em sites de torrent que te redirecionam para o site https://www.mastercuriosidadesbr.com  ou para outros sites
// @author       hacker09
// @match        https://filmesx.biz/*
// @match        https://www.mastercuriosidadesbr.com/*
// @match        https://ondebaixo.com/*
// @match        https://ondeeubaixo.org/*
// @match        https://ondebaixa.com/*
// Abaixo segue a lista dos piores websites para se baixar e ver filmes,eles serão automaticamente redirecionados para o google. São todos sites cheios de propagandas, e que teoricamente deveriam permitir assistir e/ou baixar filmes, porem não e possível fazer isso nesse sites falsos.
// @match        https://todosfilmeshd.net/*
// @match        https://filmestvdublado.home.blog/*
// @match        http://aquitemfilmes.info/*
// @match        https://www.filmesdetv.com/*
// @match        https://topflix.vip/*
// @grant        none
// @run-at document-idle
// ==/UserScript==

(function() {
    'use strict';
var $ = window.jQuery; //Defines That The Symbol $ Is A jQuery

// The codes below redirects trash websites to google
if ((top.location.host === 'todosfilmeshd.net') || (top.location.host === 'filmestvdublado.home.blog') || (top.location.host === 'topflix.vip') || (top.location.host === 'aquitemfilmes.info') || (top.location.host === 'www.filmesdetv.com')) //Make sure to run on the correct websites only
{
    window.location.assign("https://google.com")
} // Finishes the if condition

if (top.location.host === 'filmesx.biz') //Make sure to run on the correct website only
{setTimeout(function(){ $("img.lazyloaded")[2].remove(); }, 1200);} //Removes the fake download button

if (top.location.host === 'mastercuriosidadesbr.com') //Make sure to run on the correct website only
{
    document.querySelector("#aviso").style.display = "none"; //Disable Counter Text
    document.querySelector("#loko").style.display = "none"; //Disable Fake Download Button
    document.querySelector("#baixar").style.display = ""; //Enable Real Download Button
    document.oncontextmenu = function() {} //Enables Right Mouse Click
} // Finishes the if condition


if ((top.location.host === 'ondebaixa.com') || (top.location.host === 'ondeeubaixo.org') || (top.location.host === 'ondebaixo.com')) //Make sure to run on the correct website only
{
    // Todos os codigos abaixo extraem o conteudo html de todos os botoes e depois os injetam novamente nos botoes, isso e um hack que burla o sistema do site de redirecionar os usuarios a sites com propagandas e temporadizadores JS

    if (document.querySelector('a.text-center.newdawn.btn.btn-success') !== null) //Make sure to run only if the button exits
    {
        var VERSÃODUALÁUDIObtn1outerHTML = document.querySelector('a.text-center.newdawn.btn.btn-success').outerHTML;
        document.querySelector('a.text-center.newdawn.btn.btn-success').outerHTML = VERSÃODUALÁUDIObtn1outerHTML;
    } // Finishes the if condition to check if the button exists or not

    if ($('a.text-center.newdawn.btn.btn-success')[1] !== undefined) //Make sure to run only if the button exits
    {
        var VERSÃODUALÁUDIObtn2outerHTML = $('a.text-center.newdawn.btn.btn-success')[1].outerHTML;
        $('a.text-center.newdawn.btn.btn-success')[1].outerHTML = VERSÃODUALÁUDIObtn2outerHTML;
    } // Finishes the if condition to check if the button exists or not

    if (document.querySelector('a.text-center.newdawn.btn.btn-danger') !== null) //Make sure to run only if the button exits
    {
        var VERSÃOLEGENDADA1btnouterHTML = document.querySelector('a.text-center.newdawn.btn.btn-danger').outerHTML;
        document.querySelector('a.text-center.newdawn.btn.btn-danger').outerHTML = VERSÃOLEGENDADA1btnouterHTML;
    } // Finishes the if condition to check if the button exists or not

    if ($('a.text-center.newdawn.btn.btn-danger')[1] !== undefined) //Make sure to run only if the button exits
    {
        var VERSÃOLEGENDADA2btnouterHTML = $('a.text-center.newdawn.btn.btn-danger')[1].outerHTML;
        $('a.text-center.newdawn.btn.btn-danger')[1].outerHTML = VERSÃOLEGENDADA2btnouterHTML;
    } // Finishes the if condition to check if the button exists or not

    if ($('a.text-center.newdawn.btn.btn-danger')[2] !== undefined) //Make sure to run only if the button exits
    {
        var VERSÃOLEGENDADA3btnouterHTML = $('a.text-center.newdawn.btn.btn-danger')[2].outerHTML;
        $('a.text-center.newdawn.btn.btn-danger')[2].outerHTML = VERSÃOLEGENDADA3btnouterHTML;
    } // Finishes the if condition to check if the button exists or not

    if ($('a.text-center.newdawn.btn.btn-danger')[3] !== undefined) //Make sure to run only if the button exits
    {
        var VERSÃOLEGENDADA4btnouterHTML = $('a.text-center.newdawn.btn.btn-danger')[3].outerHTML;
        $('a.text-center.newdawn.btn.btn-danger')[3].outerHTML = VERSÃOLEGENDADA4btnouterHTML;
    } // Finishes the if condition to check if the button exists or not

    if ($('a.text-center.newdawn.btn.btn-danger')[4] !== undefined) //Make sure to run only if the button exits
    {
        var VERSÃOLEGENDADA5btnouterHTML = $('a.text-center.newdawn.btn.btn-danger')[4].outerHTML;
        $('a.text-center.newdawn.btn.btn-danger')[4].outerHTML = VERSÃOLEGENDADA5btnouterHTML;
    } // Finishes the if condition to check if the button exists or not

    if (document.querySelector('a.text-center.newdawn.btn.btn-info') !== null) //Make sure to run only if the button exits
    {
        var LEGENDASbtnouterHTML = document.querySelector('a.text-center.newdawn.btn.btn-info').outerHTML;
        document.querySelector('a.text-center.newdawn.btn.btn-info').outerHTML = LEGENDASbtnouterHTML;
    } // Finishes the if condition to check if the button exists or not

    if (document.querySelector('a.text-center.newdawn.btn.btn-primary') !== null) //Make sure to run only if the button exits
    {
        var LEGENDASprimarybtnouterHTML = document.querySelector('a.text-center.newdawn.btn.btn-primary').outerHTML;
        document.querySelector('a.text-center.newdawn.btn.btn-primary').outerHTML = LEGENDASprimarybtnouterHTML;
    } // Finishes the if condition to check if the button exists or not
} // Finishes the if condition for the website ondebaixa.com
})();