-
Installeer cowsay
sudo apt install cowsay
-
Voeg kleintje.cow toe aan
/usr/share/cowsay/cows/
-
(Optioneel) Alias kleintjesay
alias kleintjesay='cowsay -f kleintje'
// ==UserScript== | |
// @name Sommige millennials | |
// @version 1.0 | |
// @description https://twitter.com/Schellevis/status/1257234072037986305 | |
// @author Fdebijl | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
// ==UserScript== | |
// @name Ik ben geen expert, maar... | |
// @namespace https://floris.debijl.xyz/ | |
// @version 1.0 | |
// @author @Fdebijl | |
// @license GNU Affero General Public License 3.0 https://www.gnu.org/licenses/agpl-3.0.nl.html | |
// @match https://twitter.com/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Accounts met zes cijfers zijn altijd nazi's | |
// @namespace https://floris.debijl.xyz/ | |
// @version 1.0 | |
// @description Laat geen tweets zien van gebruikers die zes cijfers of meer in hun naam hebben | |
// @author Fdebijl | |
// @match https://tweetdeck.twitter.com/ | |
// @match https://twitter.com/* | |
// @grant none | |
// ==/UserScript== |
Download either Tampermonkey for Chrome, or Greasemonkey for Firefox if you want to run this script repeatably:
Tampermonkey: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
Greasemonkey: https://addons.mozilla.org/nl/firefox/addon/greasemonkey/
- Go to the pages for any of the books:
- Europa Mekano http://simonstalenhag.se/euromek.html
- The Labyrinth http://simonstalenhag.se/labyrinth.html
- The Electric State http://simonstalenhag.se/es.html
- Things From The Flood http://simonstalenhag.se/tftf.html
- Tales From The Loop http://simonstalenhag.se/tftl.html
- Run the script by pasting it into the console
WARNING: THIS USER SCRIPT NO LONGER WORKS - IT WAS ORIGINALLY MADE FOR THE TWITTER WEBAPP PRE JULY 2019
Download either Tampermonkey for Chrome, or Greasemonkey for Firefox if you want to run this script repeatably:
Tampermonkey: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
Greasemonkey: https://addons.mozilla.org/nl/firefox/addon/greasemonkey/
Add the script via the dashboard of Tamper/Greasemonkey, and then simply navigate to https://twitter.com/i/likes to download your own likes, or replace 'i' with any other username to download their likes.
<div class="_1dwg _1w_m"> | |
<div> | |
<div class="_5x46 _1yz1 clearfix"> | |
<div class="clearfix _5va3"> | |
<a class="_5pb8 _1yz2 _8o _8s lfloat _ohe" href="https://www.facebook.com/amnestynl/"> | |
<div class="_38vo"><img class="_s0 _4ooo _5xib _44ma _54ru img" src="https://scontent-ams3-1.xx.fbcdn.net/v/t1.0-1/p32x32/20621989_10155394055529961_5532988932518485105_n.png?oh=583c6a640604a1f94c6f935701714af6&oe=5B123389"></div></a> | |
<div class="clearfix _42ef"> | |
<div class="rfloat _ohf"></div> | |
<div class="_5va4"> | |
<div> |
const getTimelineId = (parent, ad) => { | |
// Om te voorkomen dat de extensie te vaak informatie aanvraagt over | |
// een advertentie wordt er ook een cache bijgehouden. | |
if (adCache.has(toggle.id)) return Promise.resolve(adCache.get(toggle.id)); | |
// Hier wordt het ID opgehaald | |
let promise = new Promise( | |
parseMenu( | |
ad, | |
".uiLayer", |
// Dit zijn alle elementen die persoonsgegevens kunnen bevatten of | |
// om andere reden niet belangrijk zijn, zoals de like-knop. | |
const selectors = [ | |
"video", | |
"input", | |
"button", | |
"iframe", | |
'a[href=""]', | |
".accessible_elem", | |
".uiLikePagebutton", |