This commit is contained in:
Akamaru 2017-09-12 23:28:42 +02:00
parent 9c46daeee1
commit a6a597a31a
1 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/*Positive Links*/
a[href*="share-links.biz/"]:after {
content: " (Share-Links.biz)";
}
@ -20,6 +21,12 @@ a[href*="ncrypt.in/"]:after {
a[href*="filecrypt.cc/"]:after {
content: " (Filecrypt.cc)";
}
a[href*="cryptor.to/"]:after {
content: " (Cryptor.to)";
}
a[href*="download.serienjunkies.org/"]:after {
content: " (Serienjunkies.org)";
}
a[href*="uploaded.net/"]:after {
content: " (Uploaded.net)";
}
@ -36,13 +43,20 @@ a[href*="1fichier.com/"]:after {
content: " (1fichier.com)";
}
a[href*="mega.co.nz/"]:after {
content: " (MEGA.nz)";
content: " (MEGA.co.nz)";
}
a[href*="mega.nz/"]:after {
content: " (MEGA.nz)";
}
a[href*="zippyshare.com/"]:after {
content: " (Zippyshare.com)";
}
a[href*="mediafire.com/"]:after {
content: " (Mediafire.com)";
}
/*Negative Links*/
a[href*="adf.ly/"]:after {
content: " [Achtung! AdF.ly!]";
}