👨‍🏫 Tutorial Bypass NotFlix.In PPC Link [Tutorial]

working paba? disabled na yung devtools
yes gumamit ka tamper monkey para doon mo i-paste ang script
just like this

JavaScript:
// ==UserScript==
// @name         PPC Bypass Script
// @namespace    http://tampermonkey.net/
// @version      2024-07-29
// @description  try to take over the world!
// @author       You
// @match        https://notflix.in/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    function redirectToSafeLink() {
        const anchorElement = document.querySelector('#wpsafe-link a');
        if (anchorElement) {
            const url = anchorElement.getAttribute('onclick').match(/'([^']+)'/)[1];
            console.log('Found it', url);
              window.location.href = url;
        } else {
            console.error('Ahh f---k it');
        }
    }
redirectToSafeLink();

})();
 

About this Thread

  • 5
    Replies
  • 734
    Views
  • 5
    Participants
Last reply from:
0x0ffset

Online now

Members online
334
Guests online
1,933
Total visitors
2,267

Forum statistics

Threads
2,291,634
Posts
29,071,916
Members
1,211,000
Latest member
vanzkie15
Back
Top