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
#!/bin/bash | |
# ffav1.sh Copyright 2021-2023 William Barath [email protected] | |
# see the embedded license (-license) and acknowledgements (-help) | |
#### initial state: ########################################################## | |
APP="ffav1.sh" AUTHOR="\"William Barath\" <[email protected]>"; | |
GITHUB_GISTS="https://gist.github.com/w-barath"; | |
VERSION="2023.09.29" COPYRIGHT="Copyright 2021-2023 $AUTHOR"; |
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
Applies To: .*/phpMyAdmin/.* | |
#page_content div.tools.print_ignore > a:nth-child(6) { | |
position: fixed; | |
z-index: 1000; | |
top: 2em; | |
right: .5em; | |
background: #FFC; | |
color: #821; | |
padding:.5em; |
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 1fps jQuery | |
// @namespace * | |
// @description jQuery animations 1fps or off | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
if ($ && $.fx && $.fx.interval) { | |
$.fx.interval=1000; // try to slow it down |