Skip to content

Instantly share code, notes, and snippets.

View fater's full-sized avatar
🎯
Focusing

Evgenii Chaikin fater

🎯
Focusing
View GitHub Profile
@fater
fater / adv3.user.js
Created October 2, 2015 20:47 — forked from arnauddelattre/adv3.user.js
adv3.user.js
// ==UserScript==
// @name Example from http://stackoverflow.com/q/6834930
// @version 1.3
// @namespace http://www.abrutis.com/
// @description An example, adding a border to a post on Stack Overflow.
// @include http://www.abrutis.com/*
// ==/UserScript==
function addJQuery(callback) {
var script = document.createElement("script");