[TS] Linx Amender

Generic tracking/redirection/open-in-new-tab removal; Amend page title; URL redirector; and more power functionality. Has rules for Pixiv, deviantArt, twitter, youtube, blogger, Batota etc.

< Părere la script-ul [TS] Linx Amender

Recenzie: Bun, script-ul merge

§
Postat în: 23-01-2015

include/exclude - having trouble

including all sites by default seems to be frowned upon, but i'd still like to know how to include all http/https by default and exclude as needed just out of curiosity

so far nothing i tried seems to work since the excluded sites are not excluded...

@http://
@https://
¬@https://ting.com/*

@http://*
@https://*
¬@https://ting.com/*

^http://
^https://
¬@https://ting.com/*

§
Postat în: 23-01-2015
Editat în: 23-01-2015

Hi,

You almost got it right. You do not need the astric (*) at the end.

@http://
@https://
¬@https://ting.com/

The above will allow all sites that contain "http://" and "https://" site but does not work with sites that contain "https://ting.com/".

Note that it is "contain" and not "start with". "start with" you need to use regular expression but for some unknown reason, it does not work with the negate operator (¬). I do not know why I didn't implement negate Regular Expression. I will try and fix this in the next release.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.