Skip to content

Instantly share code, notes, and snippets.

View gRoussac's full-sized avatar
🎠
Working from home

Gregory Roussac gRoussac

🎠
Working from home
View GitHub Profile
@jithurjacob
jithurjacob / PSautoplay.js
Last active May 4, 2024 22:53
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