This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#design_host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |