This commit is contained in:
Akamaru 2016-11-08 13:07:22 +01:00
parent 82a2c49abd
commit 9c46daeee1
1 changed files with 21 additions and 0 deletions

View File

@ -11,6 +11,9 @@ a[href*="relink.to/"]:after {
a[href*="relink.us/"]:after {
content: " (relink.us)";
}
a[href*="foldr.us/"]:after {
content: " (foldr.us)";
}
a[href*="ncrypt.in/"]:after {
content: " (nCrypt.in)";
}
@ -26,8 +29,26 @@ a[href*="ul.to/"]:after {
a[href*="share-online.biz/"]:after {
content: " (Share-Online.biz)";
}
a[href*="uploadboy.com/"]:after {
content: " (UploadBoy.com)";
}
a[href*="1fichier.com/"]:after {
content: " (1fichier.com)";
}
a[href*="mega.co.nz/"]:after {
content: " (MEGA.nz)";
}
a[href*="mega.nz/"]:after {
content: " (MEGA.nz)";
}
/*Negative Links*/
a[href*="adf.ly/"]:after {
content: " [Achtung! AdF.ly!]";
}
a[href*="j.gs/"]:after {
content: " [Achtung! AdF.ly!]";
}
a[href*="linkcrypt.ws/"]:after {
content: " [Achtung! LinkCrypt.ws!]";
}