This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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> |
OlderNewer