Skip to content

Instantly share code, notes, and snippets.

View thomasgustavo's full-sized avatar

Thomas Gustavo Dietrich thomasgustavo

View GitHub Profile
/*
Requires Custom Javascript extension on Chrome
https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija
It makes the Clear button always visible, example: http://pichoster.net/images/2016/09/23/Tweetdeck.png
*/
setTimeout(function(){
$('a.js-action-header-button.column-header-link.column-settings-link').click();
setTimeout(function(){
$('fieldset.js-search-filter').css('display', 'none');