Skip to content

Instantly share code, notes, and snippets.

View JamoDevNich's full-sized avatar
😀

Nich JamoDevNich

😀
  • Leicester
View GitHub Profile
// ==UserScript==
// @name Keyboard Page Switcher - Zoopla
// @namespace nextpage.zoopla
// @description Allows the use of keyboard navigation keys to switch between pages on Zoopla
// @include https://www.zoopla.co.uk/*
// @version 1.0.0
// @grant none
// ==/UserScript==
"use strict";
@JamoDevNich
JamoDevNich / reboot.bat
Created January 20, 2018 14:21
file used for repeated rebooting to condition my sshd drives
@ECHO off
cls
echo Rebooting in 10
ping 127.0.0.1 -n 2 > nul
cls
echo Rebooting in 9
ping 127.0.0.1 -n 2 > nul
cls
echo Rebooting in 8
ping 127.0.0.1 -n 2 > nul
/* ==UserStyle==
@name Quora Clean Browse
@namespace nichelliott.quora.user.css
@version 0.1.0
==/UserStyle== */
@-moz-document domain("quora.com") {
.modal_signup_dialog, .vertical_alignment_wrapper {
display: none !important;
height: 0 !important;
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
height: 100%;