Skip to content

Instantly share code, notes, and snippets.

View gRoussac's full-sized avatar
🦉
🐧 🐘 🐍 🦀 🐋 🦄 👻 😹 🦉

Gregory Roussac gRoussac

🦉
🐧 🐘 🐍 🦀 🐋 🦄 👻 😹 🦉
View GitHub Profile
@jithurjacob
jithurjacob / PSautoplay.js
Last active December 1, 2024 10:18
PluralSight Auto Play Next Module
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type (or see below for non wait option)
//localStorage.setItem("playbackRate", 2.1);
console.log('[start]Pluralsight Continuous Play');
window.setInterval(function(){
@tdd
tdd / Apprendre JS correctement.md
Last active January 26, 2024 17:48
Quelques ressources valables pour (ré)apprendre JS correctement