search.hmyquickconverter.com Open in urlscan Pro
54.164.233.195  Public Scan

URL: https://search.hmyquickconverter.com/?uc=20170918&ap=appfocus1&source=d-bb8&uid=6c8ec375-c943-4f4c-97fa-f1e58e5cf6c1&i_id=converter_7...
Submission: On December 19 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

javascript:settingSave()

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

GET //query.hmyquickconverter.com/s

<form action="//query.hmyquickconverter.com/s" class="search-form" id="header-search-form" method="get" target="_blank">
  <div class="hidden">
    <input type="hidden" name="uid" value="6c8ec375-c943-4f4c-97fa-f1e58e5cf6c1">
    <input type="hidden" name="uc" value="20170918">
    <input type="hidden" name="source" value="d-bb8">
    <input type="hidden" name="i_id" value="converter_">
    <input type="hidden" name="ap" value="appfocus1">
    <input type="hidden" name="cid" value="lmibdmeehggmjlpiafcbanaaecagcfmg">
    <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

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

Current Temperature: 41°
Weather ZipCode
Fahrenheit Celsius

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

12:16 AM



FRANKFURT AM MAIN ELEKTROAUTOS FÜR RENTNER: DER PREIS MAG ÜBERRASCHEN

Electric Cars I Search Ads

24-YEAR-OLD CRACKS AFFILIATE CODE TO CREATE PASSIVE INCOME ONLINE-HERE'S HOW

AffiliateX ROI

DIES SIND BÄDER EINER NEUEN GENERATION. KLICKE UM ES ZU SEHEN

Badewannen | Suchanzeigen

HESSE IST STINKSAUER, MIT WEM MARIA FURTWÄNGLER VERLOBT IST

Good Hype




Create
Convert
Compress
Merge
Split
Edit
PDF Editing
Tools


We use cookies to improve your experience. To learn more, click here. By
continuing to use our site, you accept our use of cookies and revised Privacy
Policy.OK

We'd like to show you notifications for the latest news and updates.


AllowCancel