Skip to content

Instantly share code, notes, and snippets.

View visualkom's full-sized avatar

Antonio La Scala visualkom

View GitHub Profile
@visualkom
visualkom / wget
Last active May 2, 2020 15:40
[WGET Site Grab] Downloading an Entire Web Site with wget #wget
# Compact
wget -mkEpnp -nc http://example.org
# m = mirror
# k = convert-links
# E = adjust-extension
# p = page-requisites
# np = no-parent
# nc = no-clobber
@visualkom
visualkom / functions.php
Created December 19, 2020 17:01 — forked from paulcollett/functions.php
Remove Yoast HTML Comments “This site is optimized with the Yoast WordPress SEO plugin”
// For Yoast SEO Plugin Version: 14.1+ add to your Wordpress Theme's functions.php...
// Remove All Yoast HTML Comments
// https://gist.github.com/paulcollett/4c81c4f6eb85334ba076
// Credit @devendrabhandari (https://gist.github.com/paulcollett/4c81c4f6eb85334ba076#gistcomment-3303423)
add_filter( 'wpseo_debug_markers', '__return_false' );
// For Yoast SEO Plugin Version: < 14.1 add to your Wordpress Theme's functions.php...
@visualkom
visualkom / ie67891011-css-hacks.txt
Created July 1, 2021 09:26 — forked from ricardozea/ie67891011-css-hacks.txt
IE CSS hacks - IE6, 7, 8, 9, 10, 11
IE6 Only
==================
_selector {...}
IE6 & IE7
==================
*html or { _property: }
IE7 Only
==================