Skip to content

Instantly share code, notes, and snippets.

@dijikul
dijikul / facebookSuggestedPostBlocker.js
Last active March 13, 2023 10:12
Tampermonkey Script: Facebook Suggested Post Blocker
// ==UserScript==
// @name Facebook Suggested Post Blocker
// @namespace http://*.facebook.com
// @version 0.1
// @description try to remove the "Suggested Post" blocks in the facebook feed
// @author jenksy
// @match https://www.facebook.com/
// @grant none
// @require http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
@dijikul
dijikul / TexasRanger.rb
Last active August 29, 2015 14:19
The Chuck Norris Problem in Ruby
$MESSAGE = gets.chomp
def make_zeros(count)
zeros = ""
count.times do
zeros += "0"
end
return zeros
end
@dijikul
dijikul / gist:f237cab83d17d1296531
Last active August 29, 2015 14:06
KlipFolio CSS Tweaks
// ==UserScript==
// @name KlipFolio CSS Tweaks
// @namespace KlipFolio
// @description This script provides additional dashboard real-estate by hiding unnecessary titlebars on self-descriptive Klips.
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @version 1.3
// @match https://*.klipfolio.com/dashboard*
// ==/UserScript==
//Main Function