www.kongregate.com Open in urlscan Pro
199.232.193.36  Public Scan

Submitted URL: http://frilly.market/
Effective URL: https://www.kongregate.com/
Submission: On July 26 via api from IN — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://www.kongregate.com/session

<form id="nav_sign_in" onsubmit="if(window.DynamicFrameTarget){ new DynamicFrameTarget({form: this, callback: user_status.sessionStatus});}" action="https://www.kongregate.com/session" accept-charset="UTF-8" method="post"><input name="utf8"
    type="hidden" value="✓"><input type="hidden" name="authenticity_token" value="NjEyhxlvL1fdTjrt4HuOkKOEpR5o/m6TrmVKkaX10ED45QLL897Oc/Wr6Bv+549gVOh+cCyNcnFGhpY6Ep6wuQ==">
  <input type="hidden" name="from_welcome_box" id="from_welcome_box" value="true">
  <a title="Sign in with Facebook" class="facebook_signin_small sprite_facebook mrs" onclick="new FacebookAuthenticator({}); return false;" href="#">Anmelden</a>
  <strong><a class="js-activate-inline-registration" href="#">Registrieren</a></strong> oder <label for="welcome_username_label">Anmelden:</label>
  <span class="fields">
    <span class="field">
      <label id="welcome_username_label" for="welcome_username" class="text_label" style="">Nutzername/E-Mail</label>
      <input type="text" name="username" id="welcome_username" value="" title="Username or email" tabindex="3" class="text_field">
    </span>
    <span class="field">
      <label id="welcome_password_label" for="welcome_password" class="text_label" style="">Passwort</label>
      <input type="password" name="password" id="welcome_password" value="" title="Password" tabindex="4" class="text_field">
    </span>
    <input type="submit" value="Anmelden" tabindex="5" id="welcome_box_sign_in_button" class="submit spriteall spritesite"
      onclick="try{}catch(e){};if(!this.elem_welcome_box_sign_in_button){this.elem_welcome_box_sign_in_button=$('welcome_box_sign_in_button');this.spin_welcome_box_sign_in_button=$('welcome_box_sign_in_button_spinner');this.restore=function(t){return function(){t.elem_welcome_box_sign_in_button.show();t.spin_welcome_box_sign_in_button.hide();Event.stopObserving(window, 'unload', t.restore);}}(this);}this.elem_welcome_box_sign_in_button.hide();this.spin_welcome_box_sign_in_button.show();Event.observe(window, 'unload', this.restore);"
      data-disable-with="Anmelden"><span id="welcome_box_sign_in_button_spinner" class="spinner spinner_inverse" style="display:none" title="loading…">​</span>
    <span id="remember_holder" style="display:none;">
      <input type="checkbox" name="remember_me" id="welcome_remember_me" value="true" class="imgMini" tabindex="6" checked="checked"> <label for="welcome_remember_me" id="welcome_remember_label" class="bd">Merken</label>
    </span>
    <span id="forgot_holder" style="display:none;">
      <a class="password_recovery" tabindex="7" href="#" onclick="active_user.activatePasswordRecovery();; return false;">Passwort vergessen?</a>
    </span>
  </span>
</form>

GET /search

<form onsubmit="$('nav_search_submit_button').onclick();" id="search" class="search" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓">
  <dl>
    <dt>
      <div style="position:relative" id="game_title_chooser_outer"><input type="text" name="q" id="game_title" value="" tabindex="1" class="hintable game_title hinted_value" title="Search games &amp; more" autocomplete="off">
        <div style="display:none;" id="game_title_snapshot" class="game_chooser_selected"></div>
        <div style="z-index: 20000; display: none;" id="game_title_auto_complete" class="game_chooser"></div>
        <script>
          //<![CDATA[
          var game_title_auto_completer = new Ajax.CachedAutocompleter("game_title", "game_title_auto_complete", "/games/search?site_search=true", {
            "paramName": "search",
            "method": "get",
            "onShow": function(element, update) {
              update.show();
            },
            "onHide": function(element, update) {
              update.hide();
            },
            "minChars": 3,
            "noAutoDefault": false,
            "forceActivation": true,
            "frequency": 0.1,
            "callback": function(element, value) {
              return game_indicator(element, value)
            },
            "afterUpdateElement": function(element, value) {
              (function(m) {
                $("nav_search_submit_button").onclick();
                game_title_auto_completer.submitted = true;
                document.location = m.url;
              })(eval('(' + value.down('.metadata').innerHTML + ')'));
            }
          });
          $('game_title').up('form').observe('submit', function() {
            if ('' == $('game_title').value) {
              $('search_game_id').value = '';
            }
          });
          //]]>
        </script>
      </div>
    </dt>
    <dd><input type="submit" value="Search" id="nav_search_submit_button" tabindex="2" class="spritesite"
        onclick="try{}catch(e){};if(!this.elem_nav_search_submit_button){this.elem_nav_search_submit_button=$('nav_search_submit_button');this.spin_nav_search_submit_button=$('nav_search_submit_button_spinner');this.restore=function(t){return function(){t.elem_nav_search_submit_button.show();t.spin_nav_search_submit_button.hide();Event.stopObserving(window, 'unload', t.restore);}}(this);}this.elem_nav_search_submit_button.hide();this.spin_nav_search_submit_button.show();Event.observe(window, 'unload', this.restore);"
        data-disable-with="Search"><span id="nav_search_submit_button_spinner" class="spinner spinner_inverse" style="display:none" title="loading…">​</span></dd>
  </dl>
  <script>
    //<![CDATA[
    game_title_auto_completer.hide = game_title_auto_completer.hide.wrap(function(hide) {
      Shim.hide('game_title_auto_completer');
      hide();
      $$('.hide_ad_always').invoke('show');
    });
    game_title_auto_completer.show = game_title_auto_completer.show.wrap(function(show) {
      show();
      $$('.hide_ad_always').invoke('hide');
      Shim.shimElement(this.update, 'game_title_auto_completer');
    });
    game_title_auto_completer.options.onComplete = game_title_auto_completer.options.onComplete.wrap(function(original, args) {
      original(args)
      this.index = this.entryCount - 1;
      this.render()
    }.bind(game_title_auto_completer))
    Event.observe(game_title_auto_completer.element, 'keyup', function(event) {
      if (!this.active && !this.submitted && event.keyCode == Event.KEY_RETURN) {
        document.location = "/search?q=" + $('game_title').getValue()
        event.stop()
      } else if (event.keyCode == Event.KEY_BACKSPACE) {
        this.index = this.entryCount - 1;
        this.render()
      }
    }.bind(game_title_auto_completer))
    game_title_auto_completer.options.noAutoDefault = true

    function game_indicator(element, value) {
      if (!game_title_auto_completer.active) {
        $$('.game_chooser').first().update($('game_chooser_loading').innerHTML);
        $$('.game_chooser').first().show();
        $$('.game_chooser li.all').first().observe('click', function(e) {
          $('#search').submit();
        });
        $$('.hide_ad_always').invoke('hide');
      }
      return value;
    }
    //]]>
  </script>
  <div id="game_chooser_loading" style="display:none">
    <ul>
      <li class="loading">
        <div><span class="spinner">​</span></div>
      </li>
      <li class="all"><a href="#" onclick="return false;"><span style="display:none"></span><span class="informal"><strong>see more results »</strong>
        <span class="metadata" style="display:none;">{"url":"/search"}</span>
        <div class="clear"></div></span></a>
      </li>
    </ul>
    <span style="display:block;clear:both;"></span>
  </div>
</form>

<form action="" id="wide_registration_form">
  <label for="email">Your Email</label>
  <input id="email" type="text" placeholder="ex: yourname@email.com">
  <button href="#" class="btn btn_action">Get Started</button>
</form>

Text Content

WE HAVE REDUCED SUPPORT FOR LEGACY BROWSERS.

What does this mean for me? You will always be able to play your favorite games
on Kongregate. However, certain site features may suddenly stop working and
leave you with a severely degraded experience.

What should I do? We strongly urge all our users to upgrade to modern browsers
for a better experience and improved security.

We suggest you install the latest version of one of these browsers:

 * Download Google Chrome
 * Download Mozilla Firefox
 * Download Microsoft Edge
 * Download Apple Safari

No Thanks



To enhance your user experience, support technical features, and personalize
content and ads, this site uses cookies.

Your use of Kongregate’s Services is subject to our revised Cookie Policy,
Privacy Policy and Terms of Service.

OK


KONGREGATE WORDMARK

   
 * 
   
   
 * p0
   
   
 * l0
   
   
 * f
   
   
 * 
   
   
 * m
   
   
 * s
   * Einstellungen
   * Sign Out
   

Anmelden Registrieren oder Anmelden: Nutzername/E-Mail Passwort Merken Passwort
vergessen?
   
 * Spiele
   Recently Played » + Kürzlich gespielte Spiele Start playing now.
   My Playlist » + p Meine Titelliste Register to save games to play later.
   Kategorien
    * Bestbewertet
    * Action
    * Multiplayer
    * Hot New
    * MMO
    * Adventure & RPG
    * Meine Favoriten
    * Strategie & Verteidigung
    * Shooter
    * Idle
    * Upgrades
    * Tower Defense
    * Sport-/Rennspiele
    * 5 Minuten
    * Mehr Kategorien
   
   For Developers:
   
    * Upload your game
    * Entwicklerzentrum

   
   
 * Erfolge
   Badge of the Day »
   
   Score 2x points!
   
   Badge of the Day
   Badge of the Day
   
   "Ruh-Oh!" Successfully solve the case in Medieval Chronicles 2
   
   This Week's Kongpanion »
   
   Grumpers Complete the Badge of the Day to unlock the Kongpanion!
   
   Recently Badged Games »
    * Raid Heroes: Dragon Age 3 Badges
    * Trifling Truffle Trouble 5 Badges
    * Incremental Cubes 4 Badges
   
   Badges »
    * Für mich empfohlen
    * Action-Abzeichen
    * Rarest Badges
    * Rennspiel-Abzeichen
    * Easiest Unearned
    * Rätsel-Abzeichen
    * Newest Badges
    * Alle Abzeichen
   
   Quests »
    * Alle Quests

   
   
 * Mein Kong
   Trending with Friends
   
   Aktivitäten-Feed
   
   g Registrieren or sign in to start receiving activity updates from around
   Kongregate!
   
   Forums »
    * Kongregate
    * Game Forums
    * General Gaming
    * Tech Support
    * Game Development
    * All Forums

   
   
 * About Us
   
   
 *  * 
    * see more results » {"url":"/search"}
      

   

X Complete Initialization for 10 kreds Complete the Quest and earn an exclusive
shiny kongpanion + 10 kreds 15%

« Previous Next »

Congratulations! You’ve completed your Kongregate account!

Keep exploring Kongregate with more badges and games!

Congratulations! You’ve completed your Kartridge quest!

Spend your hard earned kreds on some of these games!

Hide the progress bar forever? Yes No


KONGREGATE: PLAY FREE GAMES ONLINE

 1. 
 2. 


 * DBC
   
   Play Now!
   


 * CREATE A FREE KONGREGATE ACCOUNT!
   
   Your Email Get Started
    * Play games in full screen
    * Get personalized recommendations
    * Collect badges, level up & more!
   
   


 * BHQ
   
   Play Now!
   


 * EVILAWAKENINGIIEREBUS
   
   Play Now!
   


 * OOKEENGA
   
   Play Now!
   


 * LIVESTREAM
   
   Play Now!
   


 * WORLDOFRUNE
   
   Play Now!
   


 * BLOODOFTITANS
   
   Play Now!
   

 * This week’s Kongpanion Grumpers
   
   Complete the Badge of the Day to earn this week’s Kongpanion
   
   Badge of the day Medieval Chronicles 2
   
   Badge earned
   Badge Of The Day
   
   "Ruh-Oh!" Successfully solve the case 15 bonus points + 20 Blocks
   
   Earn Now
   


 * DINOGENONLINE
   
   Play Now!
   


 * KONKRIO
   
   Play Now!
   


 * BITHEROESRUNNER
   
   Play Now!
   


 * TILEGURUMATCHFUN
   
   Play Now!
   


 * KONGPLUS2023
   
   Play Now!
   
   
   
   KONGPLUS2023CTA1
   
   Play Now!
   
   
   
   KONGPLUS2023CTA1
   
   Play Now!
   


 * BITHEROESQUEST
   
   Play Now!
   


 * ANIMATIONTHROWDOWN
   
   Play Now!
   


LATEST GAMES


DEATH BY CHOCOLATIER

3.1
 * Upgrades
 * Katapult
 * Action


BURRITO BISON: LAUNCHA LIBRE

4.0
 * Verteidigung
 * Strategie


OOKEENGA

2.3
 * RPG
 * Adventure
 * Action


EVIL AWAKENING II : EREBUS

2.3
 * Multiplayer
 * MMO


WORLD OF RUNE

2.4
 * Shooter
 * Von oben nach unten
 * Action


DINOGEN ONLINE

3.2
 * Strategie
 * Verteidigung
 * Karte


BLOOD OF TITANS

3.1
 * Rundenbasiert
 * Strategie
 * Verteidigung


KONKR.IO

4.2


TALES OF HYPERIA: THE CRIMSON KNIGHT DEMO

2.4
 * Rätsel


TILE GURU: MATCH FUN

2.6
 * RPG
 * Adventure


WARLORD

2.6
 * Angeln
 * Arcade
 * Relaxing


FISHING KING: FISH HUNT

2.9
 * Verteidigung
 * Strategie


DRAGON LORDS 3D

2.9
 * Adventure
 * HTML5
 * Isometrisch


MERGEST KINGDOM

3.2
 * Incremental
 * Upgrades
 * Idle


INCREMENTAL CUBES

3.7
 * Upgrades
 * Arenakampf
 * Multiplayer


RAID HEROES: TOTAL WAR

3.7
 * Clicker
 * Idle
 * Upgrades


FIRESTONE IDLE RPG

4.0
 * Action
 * Strategie
 * Verteidigung


HEROES OF WAR

3.1
 * Rätsel


TRIFLING TRUFFLE TROUBLE

2.8
 * TCG
 * RPG
 * Adventure


EVIRON'S CHRONICLES

2.8
 * Rätsel
 * Solitaire


KINGS AND QUEENS

2.6
 * Strategie
 * Verteidigung


GALAXY CONTROL

2.9
 * Adventure
 * Action


TROPICAL MERGE

2.6
 * Verteidigung


RAID HEROES: DRAGON AGE

2.7
 * Karte
 * TCG
 * Rundenbasiert


ANIMATION THROWDOWN

4.2
 * Rätsel


HANK: STRAIGHTJACKET

3.1
 * Clicker
 * Action
 * Adventure


MINIMAL DUNGEON RPG

4.0
 * Incremental
 * Idle
 * Upgrades


DPS IDLE

3.1
 * Rätsel


SUGAR HEROES

2.9
 * Nur Maus
 * Kongpanions
 * Niedlich


PLEASE DON'T EAT ME

2.8
 * Building
 * Stadt
 * Management


CITY IDLE

3.7
 * Incremental
 * Idle


INCREMENTAL EPIC HERO 2

3.4
 * Adventure
 * RPG
 * Karte


STEEL AND CLAW

3.6
 * RPG
 * Pixel
 * Dungeon


BIT HEROES

4.5
 * Multiplayer
 * RPG
 * Text-Based


UNTRUSTED

3.4
 * Tower Defense
 * Idle
 * Monster


IDLE MONSTER TD

4.1
 * MMO
 * Adventure
 * RPG


RPG MO SANDBOX

3.6
 * Incremental
 * Idle
 * Kricket


RAID HEROES: SWORD AND MAGIC

3.6
 * Action
 * Pixel
 * Side-Scroller


BIT HEROES RUNNER

3.4
 * Idle
 * Upgrades
 * Nur Maus


SWORD FIGHT

4.2

Kongregate
 * Be a Facebook Fan
 * Follow Us on Twitter
 * About Us
 * Contact Us

 * Help/FAQ
 * Code of Conduct
 * Terms of Service
 * Privacy Policy

 * Job Opportunities
 * Upload your Game

Sprache: Français Français English English Deutsch Deutsch
 * © 2023 Kongregate
 * An
   MTG
   company



X

Loading





By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Accept All Cookies
Reject All
Cookies Settings


PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

Performance Cookies help us analyze and optimize our website. This primarily
means that we can see which parts of the websites are of interest to the
visitors and to make the website more user-friendly or interesting based on
this. The legal basis for processing data stored by such cookies is your consent
(Art. 6 para. 1 let. a) GDPR).

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Back Button


BACK



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices