search.hquickconverterpro.com Open in urlscan Pro
54.224.75.35  Public Scan

URL: http://search.hquickconverterpro.com/
Submission: On February 11 via api from IE — Scanned from US

Form analysis 2 forms found in the DOM

javascript:settingSave()

<form action="javascript:settingSave()">
  <div>Current Temperature: <span id="settings-weather">25°</span></div> Weather ZipCode <input id="setting-zipcode-value" type="text" name="weatherlocation" autocomplete="off">
  <br>
  <input type="radio" name="weatherfomart" value="fahrenheit" checked=""> Fahrenheit <input type="radio" name="weatherfomart" value="celsius"> Celsius <input id="saveButton" type="submit" value="Save">
  <br>
</form>

GET //query.hquickconverterpro.com/s

<form action="//query.hquickconverterpro.com/s" class="search-form" id="header-search-form" method="get" target="_blank">
  <div class="hidden">
    <input type="hidden" name="uid" value="7c8f8065-06c5-4119-b524-c396dc1a2b77">
    <input type="hidden" name="uc" value="17700101">
    <input type="hidden" name="source" value="">
    <input type="hidden" name="i_id" value="converter_">
    <input type="hidden" name="ap" value="">
    <input type="hidden" name="cid" value="">
    <input type="hidden" name="sbp" value="body">
    <input type="submit" value="submit">
  </div>
  <div id="search-form-cont">
    <div id="search-form-container">
      <style>
        #searchHH {
          height: 167px;
          width: 500px;
          background: white;
          z-index: 10000;
          text-align: left;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          display: none;
          margin-bottom: -40px;
          position: relative;
        }

        #searchHH:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid white;
          position: relative;
          top: -6%;
          left: 9px;
          z-index: 1199;
        }

        #outerBlackOverlay {
          width: 100vw;
          height: 100vh;
          position: fixed;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.8);
          display: none;
          z-index: 1000;
        }

        main .search-form .search-bar {
          z-index: 1000;
          position: relative;
        }
      </style>
      <div id="searchHH" style="display:none;">
        <img src="/Content/Home/Shared/Images/searchHandHolding.png">
      </div>
    </div>
    <div class="search-bar">
      <div id="autocomplete-wrapper-1" class="autocomplete-wrapper">
        <input id="query_body" class="search-input" value="" name="" type="text" autocomplete="off" placeholder="Search or type a URL">
        <input type="hidden" name="yhpTypeOverride" class="yhpTypeOverride">
        <div class="suggestions-wrapper"></div>
        <style type="text/css">
          header .suggestions-wrapper {
            position: relative;
            bottom: -30px;
          }

          .content .suggestions-wrapper {
            position: relative;
            bottom: -46px;
          }

          .site-search-prefix {
            position: absolute;
            left: 0px;
            font-size: 18px;
            font-weight: 500;
            color: mediumslateblue;
            line-height: 45px;
            margin-left: 10px;
            display: none;
            z-index: 10;
          }

          .site-search .site-search-prefix {
            display: inherit;
          }

          .site-search .search-input {
            padding-left: 85px !important;
          }

          main .search-form .search-input {
            padding: 0px 12px;
            line-height: 45px;
          }

          .autosuggest__wrapper {
            cursor: pointer;
            background-color: white;
            border-radius: 0px 0px 10px 10px;
            margin-left: 0px;
            margin-right: 0px;
            padding-top: 5px;
            padding-bottom: 15px;
            color: black;
            font-size: 20px;
            box-shadow: rgb(158, 158, 158) 0px 1px 5px;
            margin-bottom: 0px;
            position: relative;
            z-index: 1000;
          }

          .search-form ul.autocomplete-suggestions {
            display: block;
            border: none;
            position: inherit;
          }

          .autocomplete-suggestions li {
            font-size: 16px;
          }

          .autosuggest__banner_wrapper {
            position: absolute;
            top: 100px;
            cursor: pointer;
            z-index: 9999;
            min-height: 100px;
            background-color: white;
          }

          .autosuggest__banner_wrapper img {
            width: 700px;
          }

          @keyframes shadow-pulse {
            0% {
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            }

            100% {
              box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
            }
          }

          .autosuggest__banner_wrapper img {
            animation: shadow-pulse 2s 2;
          }

          .autosuggest__banner_tile_wrapper {
            position: absolute;
            top: 100px;
            cursor: pointer;
            z-index: 9999;
            background-color: white;
            width: 700px;
            border: 1px solid #eeeeee;
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
            border-radius: 4px;
          }

          .autosuggest__banner_tile_wrapper {
            animation: shadow-pulse .6s 6;
          }

          .autosuggest__banner_tile_image {
            width: 150px;
            height: 60px;
            float: left;
            margin-right: 15px;
            margin-left: 50px;
            margin-top: 5px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
          }

          .autosuggest__banner_tile_bookmarkicon {
            position: absolute;
            top: -30px;
            height: 70px;
            left: 5px;
          }

          .autosuggest__banner_tile_text {
            float: left;
            line-height: 70px;
            font-size: 28px;
          }

          .autosuggest__banner_tile_button {
            float: right;
            background-color: #DD352E;
            border-radius: 5px;
            padding: 10px 15px;
            margin-right: 25px;
            color: #ffffff;
            user-select: none;
            vertical-align: middle;
            text-align: center;
            line-height: 1.5;
            font-size: 20px;
            margin-top: 8px;
          }

          @keyframes shadow-pulse {
            0% {
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            }

            100% {
              box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
            }
          }

          .banner_and_suggestions {
            top: 360px;
          }

          .gotoButtonWrapper {
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
          }

          .rotating-banner {
            cursor: pointer;
          }

          .gotoButtonColumn {
            -webkit-box-flex: 1;
            /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1;
            /* OLD - Firefox 19- */
            -webkit-flex: 1;
            /* Chrome */
            -ms-flex: 1;
            /* IE 10 */
            flex: 1;
          }
        </style>
      </div>
      <a class="search-submit-button" href="#">
                                <span class="icon"></span>
                            </a>
      <div class="clear"></div>
    </div>
  </div>
  <input type="hidden" name="query">
</form>

Text Content

Quick Converter Pro
Settings
X
 * Weather
 * Time
 * ToolBar
 * Features
 * Uninstall
 * Privacy
 * Contact
 * Terms

Current Temperature: 25°
Weather ZipCode
Fahrenheit Celsius

Show Clock
Show 24 Hours
Show UTC
Show ToolBar
Daily FileConverter Feature
On Off

2:24 PM



   
 * Amazon
 * Cwonvert two PwDF
 * Cwonvert two DwOC
 * Cwloud Cwonvert
 * Expedia
 * Wayfair
 * Ewmail
 * Wweather
 * Bwlock Awds
 * Ulta
   
   
   
   



Create
Convert
Compress
Merge
Split
Edit
PDF Editing
Tools