This file contains 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
.col-lg-3.mb-4 { | |
width: 33%; | |
min-width: 33%; | |
} | |
.card { | |
flex-direction: row; | |
height: 100%; | |
overflow: hidden; | |
} |
This file contains 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 sh | |
# Gist: https://gist.github.com/D0zingcat/8cd76dc49d28c99af010c67a4a94d30b | |
# forked from: https://gist.github.com/chappy84/9606755 | |
# use environment variables instead of flags (as in docker pass parameters is not very convenient) | |
# a docker image is derived from this script: d0zingcat/ddns-reporter (:latest tag for amd x86-64 arch and :armv8 tag for arm x64 v8 arch, e.g. raspberry pi 4B | |
# you could use this image to report your dynamic public ip to cloudflare(to update your A DNS record) | |
# command: docker run -e KEY=${KEY} -e NAME=${subdomain} -e EMAIL=${cloudflare_email} -e ZONE={base_domain} d0zingcat/ddns-reporter:latest | |
# Dockerfile: https://github.com/D0zingcat/all-in-docker/blob/main/ddns-reporter/Dockerfile | |
# CloudFlare Dynamic DNS | |
# |
This file contains 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
// ==UserScript== | |
// @name GoogleKingKong | |
// @namespace http://userstyles.org | |
// @description 改善 Google 的搜索结果界面,提高阅读效率 | |
// @version 5.6 | |
// @author SUCCESS | |
// @include http://www.google.*/search* | |
// @include http://www.google.*/*#* | |
// ==/UserScript== | |
/* 更新记录 *********************************************************************** |