Greasy Fork is available in English.

[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.

< Feedback on [TS] Linx Amender

Review: Good - script works

§
Posted: 2015-01-23

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/*

TimidScriptAuthor
§
Posted: 2015-01-23
Edited: 2015-01-23

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.

Post reply

Sign in to post a reply.