Skip to content

Instantly share code, notes, and snippets.

@frankmeeuwsen
frankmeeuwsen / linkedin-unfollow-everyone.js
Created September 8, 2020 19:40 — forked from brunolemos/linkedin-unfollow-everyone.js
Unfollow everyone on Linkedin
(() => {
let count = 0;
function getAllButtons() {
return document.querySelectorAll('button.is-following') || [];
}
async function unfollowAll() {
const buttons = getAllButtons();
@frankmeeuwsen
frankmeeuwsen / dtd_rssclub.php
Created October 6, 2019 19:35
How to get a specific text at a specific category in your WordPress feed
function dtd_rssclub($content) {
global $wp_query;
$postid = $wp_query->post->ID;
if(is_feed() && has_category('RSS-Club', $postid) ) {
$content = '<div>Dit is een geheim bericht voor iedereen. <a href="/rss-club">Lees alles over de RSS Club</a></div><br /><br />'.$content;
}
else {
$content = $content;
}
return $content;
const reader = require ("davereader");
const utils = require ("daveutils");
const fs = require ("fs");
const readerDataFolder = "reader_data/";
const myOutputFolder = "myOutputFolder/";
var config = {
flHttpEnabled: false,
flWebSocketEnabled: false,

Keybase proof

I hereby claim:

  • I am frankmeeuwsen on github.
  • I am frankmeeuwsen (https://keybase.io/frankmeeuwsen) on keybase.
  • I have a public key ASBIFUxpFPsmnFpWqhwVZkrVb67GlU5acbfB2nbo_LV0Rwo

To claim this, I am signing this object: