Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.google.Chrome</key>
@heywin
heywin / cart.liquid
Last active March 25, 2021 01:27 — forked from atikju/cartDiscount.liquid
Shopify - Apply Discount / Coupon / Promo Code on cart page
<div class="cart-promo">
<input type="text" id="devPromo" placeholder="Discount Code">
<a href="/checkout?discount=none" id="redemDevPromo" class="btn" style="margin-bottom:0px">Apply</a></div>
<script>$(document).ready(function() {
//listen to the promo button click
$('#redemDevPromo').on('click',
function(event) {
//disable the button event
event.preventDefault();
//write the url format
@echo off
color f0
echo 修改远程桌面 3389 端口 ( 支持 Windows 2003 2008 2008R2 2012 2012R2 7 8 10 )
echo 自动添加防火墙规则
echo %date% %time%
echo ARK
set /p c= 请输入新的端口 :
if "%c%"=="" goto end
goto edit
:edit
@heywin
heywin / warp.sh
Created April 4, 2023 17:44
Cloudflare WARP 一键安装脚本
#!/usr/bin/env bash
#
# https://github.com/P3TERX/warp.sh
# Description: Cloudflare WARP Installer
# System Required: Debian, Ubuntu, Fedora, CentOS, Oracle Linux, Arch Linux
# Version: beta39
#
# MIT License
#
# Copyright (c) 2021-2022 P3TERX <https://p3terx.com>