Skip to content

Instantly share code, notes, and snippets.

View danbru1989's full-sized avatar

Dan Brubaker danbru1989

View GitHub Profile
<?php
/**
* Updates Page.
*
* @package BrubakerDesignServices\FaithForRevivalTheme
* @since 1.0.0
* @author Dan Brubaker
* @link https://brubakerservices.org/
* @license GPL-2.0+
*/
@danbru1989
danbru1989 / bds-blur-images.js
Created December 20, 2023 21:25
BDS Blur Images
// ==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==