
Greasemonkey
Violentmonkey
Tampermonkey
Userscripts
Greasy Fork
Database Script Tool
Script Manager โ SManager
FireMonkey
Interview Cake
AlgoExpert.io
interviewing.io
CodingInterview
Daily Coding Problem
Codechef
CodeForces
LogicMojo
Greasemonkey
Interview CakeNo Greasemonkey videos yet. You could help us improve this page by suggesting one.
Based on our record, Interview Cake should be more popular than Greasemonkey. It has been mentiond 3 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
// ==UserScript== // @name Wikipedia Redirect // @namespace https://greasespot.net // @version 0.1 // @description Redirect from English Wikipedia to Simple English Wikipedia if the page exists // @author Noname // @match https://en.wikipedia.org/wiki/* // @grant none // ==/UserScript== (function() { 'use strict'; let currentURL = window.location.href; let... Source: over 3 years ago
Here's another site that helped me when I was starting out: interviewcake.com (I think I had a free trial or something). Source: over 4 years ago
Interviewcake.com has some great explanations and practice problems for leetcode style problems. I got the year subscription on sale. Source: almost 5 years ago
I also used to do the exact same thing during a technical interview. Seems like an obvious answer, but I've always noticed the more prior practice I have, the less nervous I get. I think a good part of the mental fatigue comes from nerves. And those nerves were amplified when I encountered a problem for which I didn't immediately have a general grasp of the solution. But as soon as I got more consistent with my... Source: almost 5 years ago
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
AlgoExpert.io - A better way to prep for tech interviews
Tampermonkey - Greasemonkey compatible script manager.
interviewing.io - Free, anonymous technical interview practice
Userscripts - An open-source userscript editor for Safari.
CodingInterview - CodingInterview offers essential information to help you conquer programming interviews.