Skip to content

Instantly share code, notes, and snippets.

@kzelda
Forked from boubkhaled/elbilad.net.monkey.user.js
Created September 5, 2016 13:18
Show Gist options
  • Save kzelda/45328701b9c487156b48705c137a446d to your computer and use it in GitHub Desktop.
Save kzelda/45328701b9c487156b48705c137a446d to your computer and use it in GitHub Desktop.
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");
@smed79
Copy link

smed79 commented Jan 5, 2017

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