banner_jpg
Username/Email: Password:
Forums

Group Links Removed

Pages (16) [ First ... 4 5 6 7 8 9 10 Last ] Next
You must be registered to post!
From User
Message Body
user avatar
Member

7:42 am, Dec 4 2013
Posts: 231


Another user posted this earlier. Re-adding for the lazy: http://www.chillingeffects.org/linking/faq.cgi

Maybe we should the servers to Canada...

Post #623176
Member

7:43 am, Dec 4 2013
Posts: 2


MU without Group Links = Like Plant without root.
Move server to Asia >Ignore DMCA


Member

7:50 am, Dec 4 2013
Posts: 60


Make some add-on for browsers which will add links for sites on client PC. Like
https://github.com/MilesWilford/MangaUpdatesImprover

Post #623178 - Reply to (#623128) by Kitsame
Member

7:54 am, Dec 4 2013
Posts: 10


Couldn't agree more. This whole thing seems fishy to me and will push away scanlators from this site. And why won't the website name won't be displayed anywhere and instead just delete the link. Either they were conned hard or bribed to act this way.

Post #623179 - Reply to (#623177) by Reyalsdog
user avatar
Member

8:11 am, Dec 4 2013
Posts: 7


I Just started to work on solution for "Group Links Removed" problem only:

On Release page, it adds LINK next to group link that does Google search for you in new page.
I came up with this in like 5 min. It works for Opera as User JavaScript.

// ==UserScript==
// @name Add Group Links
// @include http://www.mangaupdates.com/releases.html*
// ==/UserScript==

(function (){

for (var i = 0; document.links[i]; i++)
{
if (document.links[i].title == 'Group Info')
{
// change the link
var a = document.createElement('a');
a.title = document.links[i].innerHTML + "Link";
a.innerText = "LINK";
a.target = "_blank";
a.href = "http://www.google.com/search?q=" + encodeURIComponent(document.links[i].innerHTML +" manga group");
document.links[i].parentNode.appendChild(document.createTextNo de (" "));
document.links[i].parentNode.appendChild(a);
}
}

})()


Post #623180
Member

8:13 am, Dec 4 2013
Posts: 6


You guys who said 'I will not visit MU anymore and will visit website X instead' are pretty much listing possible suspects o_O

Post #623183
user avatar
 Member

8:38 am, Dec 4 2013
Posts: 445


Until mangaupdates continues to maintain it's database and refresh the releases nothing is lost. If we can see which group released what, we can track the group trough 1 or 2 steps with a search engine.

Post #623184 - Reply to (#623174) by licorice
user avatar
Member

8:46 am, Dec 4 2013
Posts: 203


Quote from TKS
Another user posted this earlier. Re-adding for the lazy: http://www.chillingeffects.org/linking/faq.cgi

Maybe we should the servers to Canada...


Well, that's the issue, linking to the homepage of a scanlator group is as much copyright infringement as linking to Google or even The Pirate Bay homepage. Whoever sent that DMCA notice couldn't hold their ground in any serious law abiding court.
Now, if it was a link (hot, hyper or magnet linking etc) directly to an infringing file that's obviously different.


Post #623185 - Reply to (#623170) by licorice
user avatar
Pissed Off TL0r
Member

8:50 am, Dec 4 2013
Posts: 143


Why even bother going on?
All hope is lost.
MU was our last fortress.

Or we just go to the superior Mangafox.
Saves you the 1-2 steps to search in google.
Much more convenient.

Last edited by blakraven66 at 9:00 am, Dec 4 2013

________________
User Posted Image
Unknown
Post #623186 - Reply to (#623183) by kainord
Member

8:55 am, Dec 4 2013
Posts:


Post Deleted

Post #623188 - Reply to (#623185) by PROzess
user avatar
 Member

9:07 am, Dec 4 2013
Posts: 445


Quote from PROzess
Why even bother going on?
All hope is lost.
MU was our last fortress.

Or we just go to the superior Mangafox.
Saves you the 1-2 steps to search in google.
Much more convenient.


You are right, if you want missing pages, broken links, out of order pages, pop-up screens for who knows what.

Post #623189 - Reply to (#623188) by kainord
user avatar
Pissed Off TL0r
Member

9:09 am, Dec 4 2013
Posts: 143


>2013
>still getting pop-ups

Oh boy...
It certainly isnt bad as you make it out to be.

Anyway, we have no other choice but to rely on big online readers like Mangafox/Mangahere etc,
because of their "I dont give a fuck" policy of DMCA.

________________
User Posted Image
Post #623190 - Reply to (#623183) by kainord
user avatar
Member

9:12 am, Dec 4 2013
Posts: 58


And then what-wait a few months till they remove releases tab altogether because they will get another notice?
MU is at fault here since they allowed to get bullied for no reason.
Show me the law where hot-linking other sites is forbidden.This is retarded and even guys who sent DMCA know it.


Post #623191
user avatar
 Member

9:13 am, Dec 4 2013
Posts: 445


i don't use ad blockers or any addons in my browsers so yeah sometimes i get those things. And you got it right, they don't give a damn about that.

@ Kitsame, now that DMCA i want to read, because they don't have any justified reason now. They could have only the "linking" to sites as a reason, but they lost that. This forum dosent provide anything else now. Searching i only found DMCA letter against Mangaupdates.org

Last edited by kainord at 9:19 am, Dec 4 2013

Post #623192 - Reply to (#623190) by Kitsame
user avatar
Member

9:15 am, Dec 4 2013
Posts: 231


A user up above linked to an FAQ that explains why hyperlinking can be illegal. Go read it.

Pages (16) [ First ... 4 5 6 7 8 9 10 Last ] Next
You must be registered to post!