Created
August 11, 2020 09:00
-
-
Save potofcoffee/648c6143e754304c81224c0b95020011 to your computer and use it in GitHub Desktop.
Fix search results on Pixabay not showing images (GreaseMonkey script)
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 Show Image Results on Pixabay (FIX) | |
// @version 1 | |
// @grant none | |
// @include https://pixabay.com/* | |
// ==/UserScript== | |
var $ = unsafeWindow.jQuery; | |
$('.flex_grid .item').css('display', 'block'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment