FetLife ASL Search (Reborn Edition)

Allows you to search for FetLife profiles based on age, sex, location, and role.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

/**
 * This is a Tempermonkey script and must be run using a Tempermonkey-compatible browser.
 *
 * @author ornias1993 <[email protected]>
 */
// ==UserScript==
// @name		   FetLife ASL Search (Reborn Edition)
// @version		0.5.9.9
// @namespace	  https://github.com/Ornias1993/fetlife-aslsearch-reborn
// @description	Allows you to search for FetLife profiles based on age, sex, location, and role.
// @require		https://code.jquery.com/jquery-2.1.4.min.js
// @include		https://fetlife.com/*
// @exclude		https://fetlife.com/adgear/*
// @exclude		https://fetlife.com/chat/*
// @exclude		https://fetlife.com/im_sessions*
// @exclude		https://fetlife.com/polling/*
// @grant		  GM_log
// @grant		  GM_xmlhttpRequest
// @grant		  GM_addStyle
// @grant		  GM_getValue
// @grant		  GM_setValue
// @grant		  GM_deleteValue
// @grant		  GM_openInTab
// ==/UserScript==


// THis file is only meant to push legacy users (aka old versions), to the new location of the plugin and meta file under /plugins
// please head there instead.