Skip to content

Instantly share code, notes, and snippets.

View AniruddhaHumane's full-sized avatar
:electron:
Curious

Aniruddha Humane AniruddhaHumane

:electron:
Curious
View GitHub Profile
@AniruddhaHumane
AniruddhaHumane / NetflixAutoSkipper.js
Last active March 26, 2025 22:28
AutoSkip Intros and outros on Netflix
// NOTE!
// A lot of people have started using this script
// so I have moved it to following github: https://github.com/AniruddhaHumane/Netflix-Skipper
// You can get the latest updates there, which includes Extension so you don't have to paste it :)
// THIS GIST IS NO LONGER MAINTAINED
// You can copy and paste this in the console window of netflix to automatically skip intros and outros :)
function clickButton(dataUia) {
@raineorshine
raineorshine / memrise-export.js
Last active December 1, 2021 17:02
Export Memrise course words to CSV. There is also a Chrome Extension: https://chrome.google.com/webstore/detail/memrise-export/hcllgkpmoiolndnhmbdceffaidjmkoam
/*
UPDATE: This is now a Chrome Extension: https://chrome.google.com/webstore/detail/memrise-export/hcllgkpmoiolndnhmbdceffaidjmkoam
Source Code: https://github.com/raineorshine/memrise-export
Export Memrise course words to CSV (technically TSV, or "tab separated file", but it is effectively the same).
1. Log into Memrise.
2. Navigate to the course page you would like to export (e.g. https://app.memrise.com/course/2156672/german-random-01/).
3. Open the browser's Developer Console (https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console)