https://www.getlinks.info/love/c/rsaypch

Submitted URL:
https://www.getlinks.info/love/c/rsaypch
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 15 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
$string
jQuerystring
badwordsstring
gtagstring
dataLayerstring
google_tag_managerstring
google_tag_datastring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
  
   <title>Does He/She Loves you?</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
  <meta name="description" content="Play This Amazing Game And Know She/He Loves you or not">
  <meta property="og:title" content="Does He/She Loves you? Find out Now">
  <meta property="og:image" content="/love/Pink-Heart-Transparent-Background.png">
   <meta name="theme-color" content="#fa7ebd">
  
  
 

  <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-7PF5MWMJ55&amp;l=dataLayer&amp;cx=c"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css?v=680">
 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">

 <link rel="manifest" href="/manifest.json">



<style>
    @import url("https://fonts.googleapis.com/css?family=Sniglet");
    @font-face {
  font-family: "Violet";
  src: url("/love/font/Behind Violet Eyes - TTF.ttf") format('truetype');
}

@font-face {
  font-family: "Poppins";
  src: url("/love/font/Poppins-Medium.ttf") format('truetype');
}

.question-div,#quizeques{
display:none
}
#results{
display:none
}
#creating{
display:none
}
.navbar{
border-color:#fa7ebd;
}

.navbar-inverse {
    background-color: #fa7ebd !important;
}
body{
  background-image: url(/love/pink-bg5.jpg);
}

section.main-content {
    max-width: 94%;
    margin: 0 auto;
}
::placeholder{
  color:white;
}
textarea:focus, input:focus , select:focus {
    outline: none;
}

.form-div {
    
    margin: 0 auto;
}

form.calc-form.name {
    background-image: linear-gradient(120deg, #edae49 0%, #00798c 100%);
}
form.calc-form {
    box-shadow: 1px 6px 20px 0px #c6c6c6;
    padding: 50px 25px;
    text-align: center;
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
    border-radius: 10px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.white {
    color: white;
}

.site-heading {
    font-family: "Violet";
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.ml-0, .mx-0 {
    margin-left: 0!important;
}

.mr-0, .mx-0 {
    margin-right: 0!important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

input.site-input.dob , select {
    width: 100% !important;
}
@media (max-width: 768px)
input.site-input {
    width: 100%;
}
input.site-input ,select {
    width: 84%;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    padding: 8px 10px;
    margin: 10px 0px;
}
input , select{
  font-size: 2rem;
  border-radius: 0px;
    font-family: "Poppins";
}

.site-submit {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 7px 30px;
    border-radius: 10px;
    transition: 0.4s;
}
</style>

                    <style type="text/css">
                      
 * {
  outline: 0;
  font-family: sans-serif
}

span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}


/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

                    </style>



 </head>
 <body>
 
<!--
 <nav class="navbar navbar-default navbar-static-top navbar-inverse">
  <div class="container">
    <ul class="nav navbar-nav">
      <li class="active">
        <a style="background-color: #fa7ebd !important;"  href="/">   <img src="/qz/QZoobiee.png" width="83" height="32" style="margin-left:3px"></a>
      </li>
    </ul>
  </div>
</nav>
-->
<div class="container">
  <br>
  



<section class="main-content">
        <div class="form-div">
            <form class="calc-form name" action="/love/fool.php" method="POST">
              <p style="color: white;margin-top: -46px; margin-bottom: 27px; font-size: 13px;">
              Calculation Mathod : Zodiac Sign (राशि)</p>
                    <img class="" src="/love/Calc-name.png">
                <h1 style="font-size: 35px" class="site-heading white pb-3">Love Calculator By Name</h1><br>
                        <input type="text" class="site-input dob" id="yourname" name="nameField" placeholder="Enter Your Name"><br>
                    <!--    <select class="site-dropdown dob name">
                                <option>Select Gender</option>
                                <option>Male</option>
                                <option>Female</option>
                            </select>


                          -->
                   
                    <br>


                      <div class="">
  
      <div class="dropdown" style="width: 100%;background: none;color: white;">
        <div class="select">
          <span>Select Gender</span>
          <i class="fa fa-chevron-left"></i>
        </div>
        <input type="hidden" name="gender">
        <ul class="dropdown-menu" style="color:black">
          <li id="male">Male</li>
          <li id="female">Female</li>
        </ul>
      </div>

</div>

<hr style="width: 20px;margin-bottom: 0px">
                        <input type="text" class="site-input dob" id="crushname" name="crushField" placeholder="Enter Your Crush's Name"><br>
                        <div class="">
  
      <div class="dropdown" style="width: 100%;background: none;color: white;">
        <div class="select">
          <span>Select Gender</span>
          <i class="fa fa-chevron-left"></i>
        </div>
        <input type="hidden" name="gender">
        <ul class="dropdown-menu" style="color:black">
          <li id="male">Male</li>
          <li id="female">Female</li>
        </ul>
      </div>

</div>

              <input type="hidden" name="ownerid" value="rsaypch">

                    <input type="submit" style="margin-top: 20px" class="site-submit name" name="" value="Calculate" id="submit"><br>

                   <br>
                   <p style="color: #c4dada;">By Clicking Calculate you are agree to our T&amp;c</p>
                   <br>

            </form>
        </div>
        
    </section>


    <br>


</div>


 <script type="text/javascript">

/*try{
 requestPer();
}catch(err){
}
 */

var badwords="randi_fuck_bitch_laura_land_lund_chut_chutiya_raand_randwa_bhenchod_madarchod_bhosdike_bhosda_hijda_";

 $("#submit").click(function(e){
 
  if($("#yourname").val()==""){
    alert("Enter Your Name");
    e.preventDefault();
    return;
  }
   if($("#yourname").val().length<3 || $("#crushname").val().length<3){
    alert("Enter Valid Names");
    e.preventDefault();
    return;
  }
  if($("#crushname").val()==""){
    alert("Enter Your Crush's Name");
    e.preventDefault();
    return;
  }

  if(badwords.match($("#crushname").val()+"_") || badwords.match($("#yourname").val()+"_")){
    alert("Abusive Words Not Allowed");
    e.preventDefault();
    return;
  }

//alert(($("#yourname").val().length<3 || $("#crushname").val().length<3));


  
 



 });

/*Dropdown Menu*/
$('.dropdown').click(function () {
        $(this).attr('tabindex', 1).focus();
        $(this).toggleClass('active');
        $(this).find('.dropdown-menu').slideToggle(300);
    });
    $('.dropdown').focusout(function () {
        $(this).removeClass('active');
        $(this).find('.dropdown-menu').slideUp(300);
    });
    $('.dropdown .dropdown-menu li').click(function () {
        $(this).parents('.dropdown').find('span').text($(this).text());
        $(this).parents('.dropdown').find('input').attr('value', $(this).attr('id'));
    });
/*End Dropdown Menu*/


$('.dropdown-menu li').click(function () {
  var input = '<strong>' + $(this).parents('.dropdown').find('input').val() + '</strong>',
      msg = '<span class="msg">Hidden input value: ';
  //$('.msg').html(msg + input + '</span>');
}); 

</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-136327487-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-136327487-1');
</script>

<!--
<script type="application/javascript" src="https://sdki.truepush.com/sdk/v2.0.2/app.js" async></script>
<script>
var truepush = window.truepush || [];
truepush.push(function(){
    truepush.Init({
        id: "5e7f7fba4eb7733e846490ce"
        }, function(error){
          if(error) console.error(error);
        })
    })
</script>
-->

 

</body></html>