Skip to content

dalindev/shopify-store-auto-pwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

bypass trial store 14 day password lock.

shopify pwd hack

  1. create a new shopify store
  2. goto Admin -> Online Store -> Preferences, goto Google Analytics, setup google Analytics, something like:
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-74034256-1', 'auto');
  ga('send', 'pageview');

</script>
  1. After you setup google analytics there is an option [aditional Google Analytics Javascript]
  2. you need to close the script tag like the following:
setTimeout(function(){ 
$('#LoginModal #Password').val('shopifypass');
$('#LoginModal .input-group__btn button[name=commit]').click();
 }, 0);
  1. Send your store link to your friends now!

Releases

No releases published

Packages

No packages published