Skip to content

Instantly share code, notes, and snippets.

@that4chanwolf
Created August 31, 2012 17:19
Show Gist options
  • Select an option

  • Save that4chanwolf/3556078 to your computer and use it in GitHub Desktop.

Select an option

Save that4chanwolf/3556078 to your computer and use it in GitHub Desktop.
HoroHoroHoro.user.js
// ==UserScript==
// @name HoroHoroHoro
// @match *://boards.4chan.org/*
// @delay 1
// ==/UserScript==
var log
if( !console.log ) {
log = unsafeWindow.console.log;
} else {
log = console.log;
}
var banner = document.querySelector('img#banner');
log(banner.src);
banner.src = 'https://static.4chan.org/image/title/new/1318631799004.jpg';
@HarHar
Copy link
Copy Markdown

HarHar commented Aug 31, 2012

totally using it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment