Skip to content

Instantly share code, notes, and snippets.

@sonnm
sonnm / mooer.php
Created October 16, 2019 08:51
Convert GE200 preset file to GE 150
<?php
if (isset($_POST["submit"])) {
$content = file_get_contents($_FILES["file"]["tmp_name"]);
$array = unpack("C*", $content);
//print_r($array);
$effectModule = [];
//FX/COMP 541 - 548
$effectModule['FX/COMP']['TYPE'] = $array[541] - 1;
$effectModule['FX/COMP']['SWITCH'] = $array[542];
@sonnm
sonnm / jquery.pleasestay.js
Last active April 4, 2021 11:19
jquery.pleasestay.js
1. Download
2. Online Store -> Themes -> Edit Code
3. Assets -> Add a new asset -> Upload: jquery.pleasestay.js
4. Sửa Layout -> theme.liquid -> Thêm vào trước </body>:
{{ 'jquery.pleasestay.js' | asset_url | script_tag }}
<script>
$(function () {
$.pleaseStay({