Skip to content

Instantly share code, notes, and snippets.

@Wol
Wol / drupalcheck.sh
Created March 14, 2016 10:34
Bash script to check the status of Drupal pages for transition to Drupal 8
#!/bin/bash
echo "Checking modules"
cat modulelist.txt | while read m
do
echo -ne "${m}\t"
// ==UserScript==
// @name National Trust Disable Slide Animation
// @version 0.1
// @match *://www.nationaltrust.org.uk/*
// ==/UserScript==
(function(){
window.setTimeout(function(){
if(typeof jQuery !== 'undefined' && jQuery){
$('html').removeClass('anim-enabled');