-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
网易云投诉导致listen 1在Firefox拓展商店被下架 #946
Comments
尝试着写了DMCA Counter Notification给Mozilla,正在等待结果 |
收到,谢谢对这个项目的付出,期待能有一个好结果。需要任何支持,请issue留言或发信给我。让我们一起努力,使更多人能方便的听歌。 |
Listen 1在Firefox已恢复上架 |
真是好消息,为你点赞👍 之前的链接是没法使用了吗?好像还是访问不到。 |
昨天是恢复了,但是: The sender of the original notice reported that the address and phone number in your counter-notice was insufficient for them to contact you. Accordingly, the counternotice is not valid and we have disabled the listing. Regards, |
所以对方真的尝试联系我,意思是如果我留下真实个人信息会被起诉吗 |
是否暂时在Firefox版移除网易云相关功能以使拓展重新上架? |
可能需要了解一下具体信件的内容,方便转发一份给我吗?[email protected] |
我就搞不懂了,这种没有传播盗版,只是用了现成api也能被起诉?还不是因为他们自己的软件做的烂的和屎一样,听歌就听歌,搞些什么直播 商城 属实是想钱想疯了,希望listen1可以一直好下去,为我们提供一个纯净专一的听歌软件 |
目前VIP歌好像都听不了 |
firefox用自己打包的2.62.2.XPI,提示“此附件组件无法安装,未通过验证”,改了“xpinstall.signatures.required”为false,也没用,还有啥其他方法吗 |
1.使用Firefox Developer Edition,开发者版可以改about:config,现在的Firefox正式版都必须安装已验证的安装包 |
屏蔽网易云的方法,修改app.js中此部分的代码
|
@Hacinsl 请问如何修改uuid? |
下载压缩包后,删掉原有的manifest.json,将manifest_firefox.json重命名为manifest.json,其中的 |
寻求帮助:由于拓展目前在Firefox被停用,处于强制隐藏状态,无法提交新版本。现在需要与Mozilla沟通以申请上传已经暂时移除侵权内容(网易)的新版本,我已向给我发DMCA通知的邮箱[email protected]发送说明: |
参考 https://www.frankerfacez.com/ 可以不用上架也能安装 |
直接发布自分发的已签名xpi不就行了吗? |
弄了一个self distribution的签名版,可以暂时应急 |
现在这个问题解决得怎么样了,Mozilla有回复你吗? |
没有收到回复,我目前没什么办法,想继续公开发布似乎得新开一个 |
我认识一个Mozilla的中国分部员工,或许可以帮你问问? |
@Hacinsl 我不确定你有没有看到这条评论,所以at你一下 |
我去问一下 |
@xiaopangju 我发送邮件之后立即收到邮件被提醒该邮箱不存在,该邮箱地址是不是写错了 |
@Hacinsl 抱歉,的确是我写错了 |
@Hacinsl 现在情况如何了? |
邮件发出,没有收到回复 |
尝试提交一份境外真实地址的Counter Notice? |
能不能做成离线安装包 我们下载之后 自行进行安装 |
|
果然专利是阻挡人类进步的重要障碍,我就说怎么Edge上安装没网易云了,真想去帮这些出生接儿女放学看看他们生出来的玩意有没有屁眼 |
参考被Firefox下架的Bypass Paywalls Firefox:
另见官方对于非Firefox扩展网站上架扩展的签名方法(见Self-distribution段落): |
可以修改 Firefox 安装目录下的 lib/firefox/omni.ja 里的 modules/AppConstants.sys.mjs 文件。将 |
参考1
参考2
参考3
其他参考尝试记录
cd listen1_chrome_extension/
# 原始 2.32.0
mv manifest_firefox.json manifest.json
sed -i 's|[email protected]|[email protected]|' manifest.json # 修改 uuid
zip -r ../listen1-v2.32.0.xpi *
# 2.32.0 小修改
sed -i 's|"applications"|"browser_specific_settings"|' manifest.json # Fix Warning: The "applications" property is deprecated
sed -i 's|"45.0"|"79.0"|' manifest.json # strict_min_version 版本最低 79.0
sed -i 's|chrome.extension.getURL|chrome.runtime.getURL|' js/background.js # getURL API 变化
sed -i 's|"2.32.0"|"2.32.0.1"|' manifest.json # 版本四位数
zip -r ../listen1-v2.32.0.1.xpi *
cd ../
rm -r listen1_chrome_extension/
更新到最新版了,多谢大家!!
|
@shmilee 请问您最近签名得到listen1插件出现过问题么?我在验证插件过程中出现了 strict_min_version 版本过低的错误。修改manifest版本号就会产生更多的语法错误。如果可能的话能否把您6月份更新的xpi分享下?我这边看好像是失效了。谢谢! |
@1078249029 我现在火狐版本是 129.0.1,重新用上面 mozilla 的链接安装没问题。 上传 github,xpi 传不上来,所以打包传在这 mylisten1-b5430170c9824a379932-2.32.0.xpi.tar.gz 你说的版本低的错误,我看了下开发者中心里的验证结果,确实存在,不过是警告级别,
|
@shmilee 我是用您的xpi文件也会产生同样的问题。奇怪的是全文验证报告只有warning,但是摘要却显示一个错误: |
@1078249029
diff --git a/manifest_firefox.json b/manifest_firefox.json
index 73079ef..6bb89f3 100644
--- a/manifest_firefox.json
+++ b/manifest_firefox.json
@@ -2,7 +2,7 @@
"applications": {
"gecko": {
"id": "[email protected]",
- "strict_min_version": "45.0"
+ "strict_min_version": "58.0"
}
},
"background": { |
@shmilee 上传成功了,感谢。原因应该是uuid忘改了 |
看来edge也有同样的情况
邮件原文:
Dear Contributor,
We received a notification under Mozilla’s Digital Millennium Copyright Act (“DMCA”) and Trademark policy (https://www.mozilla.org/about/legal/report-infringement/) complaining of allegedly infringing activity by you on our service at: https://addons.mozilla.org/en-US/firefox/addon/listen1/. We have removed or disabled access to your add-on identified by the claimant as infringing the claimant's copyright or trademark.
The notice included the following report:
Dear Sir/Madam,
I have already read and understand the guide of filing DMCA Notice.
I represent 杭州网易云音乐科技有限公司, which is a China company with company registration code: 91330108MA27XNADXX registered in China.
We have discovered the following service circumventing of our technological protection measures, which is developed and owned by our company and applied to effectively control the access to musical works in Netease Cloud Music’s software/websites/APPs.
Listen 1 by Hacinsl: https://addons.mozilla.org/en-US/firefox/addon/listen1/
The developers have knowingly procured or offered to others, without our authorization, a method especially decrypted to the circumvention of technological protection measures. This action might have been considered as a violation against copyright law section 1201.
Therefore I am requesting to cease/remove/take down this service from your platform until the developer removed all functions in the APP which is in function to circumvention of technological protection measures, and make access to protected musical contents.
The above is a brief description of the violations at stake and is not meant to be a complete statement of our company's prejudice, rights and remedies in connection with the subject matter of this email. All such rights and remedies are expressly reserved, including the rights and remedies of our licensors.
I have a good faith belief that use of the copyrighted materials described above on the infringing web page is not authorized by the copyright owner, or its agent, or the law. I have taken fair use into consideration.
I swear, under penalty of perjury, that the information in this notification is accurate and that I am the copyright owner, or am authorized to act on behalf of the owner, of an exclusive right that is allegedly infringed.
Regards,
NCM Legal Dept. 网易云音乐法务部
杭州市滨江区网商路399号
If you believe your content was removed or disabled as a result of a mistake or misidentification of the material to be removed or disabled (e.g., you have permission to post it or you believe it is a fair use), you may submit a counter notification to us at [email protected]. We refer you to our DMCA and Trademark policy page at https://www.mozilla.org/about/legal/report-infringement/ for the requirements for a valid counter notification and more information.
We remind you of our repeat infringer termination policy. Under our policy, we may terminate, at our discretion, a user’s account if under appropriate circumstances they are determined to be a repeat infringer.
Sincerely,
Mozilla Legal Team
目前listen 1在Firefox已被禁用
The text was updated successfully, but these errors were encountered: