Search? Click Here
Did you know you can visit to the swarm with www.bugsswarm.com?
Post on the internet Working Thread

The White Genocide Clock

Home Forums BUGS SWARM The White Genocide Clock

Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #110823
    Carloman
    Participant

    There is a website http://uswhiteclock.org/, which presents a countdown to a white minority in the U.S. Taking a look at the source code, I could see that, with only a slight modification of the code, it could be made suitable for placing on the right or left side of any website. Just by playing around with the code for a half-hour, I came up with the following:

    <!DOCTYPE HTML>
    
    <html>
    
    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    
    	<title></title>
    
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    
    	<style type="text/css">body{ 
    background-color: black;
    
    color:white;
    
    text-align: center;
    
      font-size: 50px;
    
      margin-top:0px; }
    
    h1 { color:white;
    
    text-align: center;
    
      font-size: 30px;
    
      margin-top:0px; 
      }
    
      
    
    h2 { color:white;
    
    text-align: center;
    
      font-size: 15px;
    
      margin-top:0px;
     
      }
    
      
    
    p1 {color:white;
    
    text-align: center;
    
      font-size: 35px;
    
      margin-top:0px;
     
      }
    
      
    
    p2 {color:white;
    
    text-align: center;
    
      font-size: 25px;
    
      margin-top:0px;
     
      }
    
    	</style>
    
    </head>
    
    <body>
    
    <h1 align="center">US WHITE CLOCK</h1>
    
    <h2 align="center"><span style="font-size:8px;"><img alt="" src="http://uswhiteclock.org/clock%20on%20usa%20map.png" /></span></h2>
    
    <h2 align="center">Counting Down to a Non-White Majority in the United States in 2045</h2>
    
    <p1 id="demo"></p1>
    
    <h2 align="center">YEARS  DAYS  HOURS  MINUTES  SECONDS<br><br>Current Demographic Makeup of the US</h2>
    
    <p2 id="demo2"></p2>
    
    <p><img alt="" src="http://uswhiteclock.org/white pop graph 3.png" />
    </p>
    
    <p></p>
    
    <h2 align="center">Sources</h2>
    
    <h2><a href="https://www.census.gov/newsroom/press-releases/2018/cb18-41-population-projections.html">U.S. Census Bureau</a></h2>
    
    <h2><a href="https://esa.un.org/unpd/wpp/publications/files/wpp2017_keyfindings.pdf">UN World Population Prospects</a></h2>
    
    <p><script>
    
    // Set the date we're counting down to White pop 50% in USA
    
    var countDownDate = new Date("Jan 1, 2045 00:00:01").getTime();
    
    // Counting down to whie pop 0% in USA (using current trends)
    
    var countDownDate2 = new Date("July 1, 2157 00:00:01").getTime();
    
    // Update the count down every 1 second
    
    var x = setInterval(function() {
    
        // Get todays date and time
    
        var now = new Date().getTime();
    
        
        // Find the distance between now and the count down date
    
        var distance = countDownDate - now;
    
        var distance2 = countDownDate - now;
        
    
        
    
        // Time calculations for days, hours, minutes and seconds
    
        var years = Math.floor(distance / (1000 * 60 * 60 * 24 * 365.25));
    
        var days = Math.floor((distance % (1000 * 60 * 60 * 24 * 365.25)) / (1000 * 60 * 60 * 24));
    
        var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
    
        var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
    
        var seconds = Math.floor((distance % (1000 * 60)) / 1000);
    
       
    
    //percentage math 
    
    //millsec from now 8/21/2018 till 20157  831986630000
    
    // milsec from 100% till 0% using trend data 1341913919355
    
    //this is all very sloppy and can be done better
    
       var x = Math.floor((distance2 / (1)));
    
        var z = Math.abs((x / 1341913919355) * (100));
    
        var w = Math.abs((100 - z));
    
        var q = Math.floor((w));
    
        
    
        // Output the result in an element with id="demo"
        document.getElementById("demo").innerHTML = years + " : " + days + " : " + hours + " : "
    
        + minutes + " : " + seconds + "<br>";
    
        
    
       document.getElementById("demo2").innerHTML = z.toFixed(8) + "% White <br> " + w.toFixed(8) + "% Non-White " ;
    
       
       // If the count down is over, write some text 
       if (distance < 0) {
            clearInterval(x);
    
            document.getElementById("demo").innerHTML = "TIME'S UP WHITEY";
    
        }
    }, 1000);
    </script>
    
    </p>
    
    <p></p>
    
    </body>
    
    </html>

    If you add that to a website, it looks something like this:White Genocide Clock

    If anyone here has a website, you should be able to work that into your website to make a powerful message.

    #110828
    Wuntz Moore
    Keymaster

    Seems like a very good idea.

    #110830
    Carloman
    Participant

    Seems like a very good idea.

    Would you like me to work on a Java applet that can be placed on a website that does the same thing? A Java applet would be much easier to incorporate into a website than the Java Script code above, since the code above would have to be tailored to a particular website, whereas a Java applet could imply be added to the web page by dropping it in. However, it would take me soe time to do write a Java applet. Do you think anyone would use it? I’d like to do it, but I would want to think that someone would use it before doing it.

    #111874
    Carloman
    Participant

    Andrew Anglin has volunteered to write the applet for us. You can now simply insert the following code into your website to display the White Genocide Clock in the right margin of the web page.

    <!DOCTYPE html>
    <html lang="en-US" prefix="og: http://ogp.me/ns#">
    <head>
    <meta charset="UTF-8" />
    <link rel='stylesheet' id='tie-style-css'  href='https://dailystormer.name/wp-content/themes/sahifa/style.css' type='text/css' media='all' />
    <aside id="sidebar">
    	<div class="theiaStickySidebar">
    <div id="custom_html-3" class="widget_text widget widget_custom_html">
    	<div class="widget-top">
    	<h4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;White Genocide Clock</h4><center><p>Counting Down to a Non-White Majority<br>in the United States</p></center>
    </div>
    <div class="widget-container">
    	<div class="textwidget custom-html-widget">
    	<iframe src="https://dailystormer.name/wp-content/uploads/c2.html" frameborder="no" width="330px" height="700px" scrolling="no"></iframe>
    </div></div></div><!-- .widget /-->
    </body>
    </html>
    #111875
    WmWhite
    Participant

    Excellent Carloman, I’m impressed with your programing abilities …something I sadly lack. Also, I think dailystormer is a must read for all Pro-Whites and assume you have, rightly, introduced him and his staff to Bob’s mantra in our mutual fight against White Genocide. –thanks

    #111876
    White&Normal
    Participant

    That’s great. It would be great if we could get that on as many pro-white sites as possible.
    Another thing that would be great is if there were also more local ones too. Like a countdown clock for The U.S. or the UK

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Comments are closed.