Skip to content

Instantly share code, notes, and snippets.

View touilfarouk's full-sized avatar

Farouk Touil touilfarouk

View GitHub Profile
@boubkhaled
boubkhaled / elbilad.net.monkey.user.js
Created April 29, 2016 17:26
Enable text selection
// ==UserScript==
// @name elbilad.net
// @namespace MyScripts
// @description Autoriser la sélection du text
// @include http://www.elbilad.net/*
// @version 1
// @grant none
// ==/UserScript==
$("#contenu *").css("-moz-user-select","text");