Skip to content

Instantly share code, notes, and snippets.

View lovkyndig's full-sized avatar
💭
Digital Nomad

Law expert lovkyndig

💭
Digital Nomad
View GitHub Profile
@lovkyndig
lovkyndig / unfollow-all-on-facebook.md
Last active October 7, 2024 05:52
Unfollow all on Facebook

"Unfollow all on facebook"-Gist does these three things

  1. Explains how to unfollow every friends (automatically) on facebook with Chrome, but do not explain how to use the console (developer tools) on other browsers or mobile phones.
  2. Give you a script that scroll down to the bottom of your friends list (which is required before you run the unfollow script).
  3. Give you a script that unfollow all of your friends on facebook.

I. Intnroduction - Start with this

The following script only works if you are in the friends list displayed in the main window. It doesn't work if you see your friends in the left sidebar.[^1]

(1) Make sure you are at this URL:

@lovkyndig
lovkyndig / GoogleTranslate.vue
Last active September 27, 2023 08:33
"Google Translate"-component for vue3/nuxt3 (with typescript-support)
<template>
<!--
Instructions:
Save GoogleTranslate.vue in your compoent-directory!
Remember to put the type-declaration-below (in this Gist-repo) in types/index.d.ts
Call the compoent from your templates/html with:
<GoogleTranslate />
-->
<div id="google_translate_element" @click="startMutationObserving" />
</template>