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
| <?php | |
| /** | |
| * Updates Page. | |
| * | |
| * @package BrubakerDesignServices\FaithForRevivalTheme | |
| * @since 1.0.0 | |
| * @author Dan Brubaker | |
| * @link https://brubakerservices.org/ | |
| * @license GPL-2.0+ | |
| */ |
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
| // ==UserScript== | |
| // @name BDS Blur Images | |
| // @namespace https://brubakerservices.org/ | |
| // @version 1.0 | |
| // @description Blur images on all websites and unblur gradually when mouse is hovered over an image. | |
| // @author Dan Brubaker | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== |
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
| /** | |
| * Gravity Wiz // Gravity Forms // Filter Progress Meter by Field Value | |
| * https://gravitywiz.com/gravity-forms-progress-meter/ | |
| * | |
| * Adds support to get the count of entries with a specific values within a specific date range. | |
| * | |
| * Instructions | |
| * | |
| * 1. Install and activate the Progress Meter snippet. | |
| * https://gravitywiz.com/gravity-forms-progress-meter/ |
OlderNewer