Skip to content

Instantly share code, notes, and snippets.

@potofcoffee
Created August 11, 2020 09:00
Show Gist options
  • Save potofcoffee/648c6143e754304c81224c0b95020011 to your computer and use it in GitHub Desktop.
Save potofcoffee/648c6143e754304c81224c0b95020011 to your computer and use it in GitHub Desktop.
Fix search results on Pixabay not showing images (GreaseMonkey script)
// ==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