This file contains hidden or 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 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== |
This file contains hidden or 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
$MESSAGE = gets.chomp | |
def make_zeros(count) | |
zeros = "" | |
count.times do | |
zeros += "0" | |
end | |
return zeros | |
end |
This file contains hidden or 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 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 |
NewerOlder