Install ffmpeg
brew install ffmpeg
Download file through url, like this:
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://url-file.domain.m3u8" -c copy video.mp4
.minus-qty.hide { | |
display: block !important; | |
} | |
.footer-cart-drawer .view-cart-btn { | |
display: none !important; | |
} |
function handleAddToCartClick() { | |
const button = document.querySelector('[name="add"]'); | |
if (button) { | |
button.addEventListener('click', function () { | |
setTimeout(function () { | |
window.Assortion.updateCart(); | |
}, 1000); | |
}) | |
} | |
} |
Install ffmpeg
brew install ffmpeg
Download file through url, like this:
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://url-file.domain.m3u8" -c copy video.mp4
/* Paintings settings, code injection */ | |
<style> | |
.product-quantity-input, .sqs-add-to-cart-button-wrapper { | |
display: none!important; | |
} | |
.product-price { | |
display: none; | |
} | |
</style> |
div.e-layout__wrap.e-leagues-layout { | |
background-color: #434343; | |
} | |
div div p { | |
color: #f3f3f3; | |
} | |
div.e-comments-comment.e-comments-comment--highlighted { | |
background-color: #111; |
.stamped-rewards-widget-text.stamped-customer-logged-in { | |
margin-top: 24px; | |
padding: 8px 16px; | |
border: 1px solid #d2d8e5; | |
border-radius: 3px; | |
} | |
span[data-target-id="label-balance"] { | |
color: #012169; | |
} |
// https://stackoverflow.com/questions/64573177/unable-to-resolve-dependency-tree-error-when-installing-npm-packages | |
npm install --legacy-peer-deps |
wmic path SoftwareLicensingService get OA3xOriginalProductKey |
// https://www.zachleat.com/web/fluid-images/ | |
img { | |
max-width: 100%; | |
} | |
img[width] { | |
width: auto; /* Defer to max-width */ | |
} | |
img[width][height] { | |
height: auto; /* Preserve aspect ratio */ |
cd C:\laragon\usr\bin && curl -L -O https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && echo @ECHO OFF > wp.bat && echo php "%~dp0wp-cli.phar" %* >> wp.bat |