Skip to content

Instantly share code, notes, and snippets.

View DrYurets's full-sized avatar

Yury DrYurets

  • Belarus, Mogilev
View GitHub Profile
@DrYurets
DrYurets / by-cities.json
Created April 4, 2024 16:11 — forked from alex-oleshkevich/by-cities.json
Города Беларуси (json)
[
{
"name": "Беларусь",
"regions": [
{
"name": "Брестская обл.",
"cities": [
{
"name": "Антополь",
"lat": 52.2041343,
function is_touch_device() {
return !!("ontouchstart" in window) ? 1 : 0;
}
/* Mobile detection - Touch desktop device safe! */
function isMobile() {
try{ document.createEvent("TouchEvent"); return true; }
catch(e){ return false; }
}
@DrYurets
DrYurets / gallery.colorbox.init.js
Last active June 6, 2020 21:07
Advanced Gutenberg gallery with thumbnails & lightbox fix
@DrYurets
DrYurets / kli_gutenberg_gallery_fix.php
Last active December 22, 2020 16:59 — forked from klihelp/kli_gutenberg_gallery_fix.php
Replace Gutenberg gallery block with the gallery shortcode.