├── OpenSourceCredits.md ├── README.md ├── assets ├── click_size_to_do_reverse_image_search.webp └── share_image_to_sharemoments_to_do_reverse_image_search.webp ├── config.json ├── how-to-delete-account.md ├── index.html ├── neo-trailers-privacy-policy.md ├── privacy.md ├── 使用OpenGraph标记你的网页内容.md └── 图片逆向搜索.md /OpenSourceCredits.md: -------------------------------------------------------------------------------- 1 | [toc] 2 | 3 | # OPEN SOURCE CREDITS 4 | 5 | ## jsoup 6 | 7 | ``` License 8 | The jsoup code-base (including source and compiled packages) are distributed under the open source MIT license as described below. 9 | 10 | The MIT License 11 | Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net) 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 14 | 15 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | ``` 19 | 20 | ## Retrofit 21 | 22 | ``` License 23 | Copyright 2013 Square, Inc. 24 | 25 | Licensed under the Apache License, Version 2.0 (the "License"); 26 | you may not use this file except in compliance with the License. 27 | You may obtain a copy of the License at 28 | 29 | http://www.apache.org/licenses/LICENSE-2.0 30 | 31 | Unless required by applicable law or agreed to in writing, software 32 | distributed under the License is distributed on an "AS IS" BASIS, 33 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34 | See the License for the specific language governing permissions and 35 | limitations under the License. 36 | ``` 37 | 38 | ## GSON 39 | 40 | ``` License 41 | Copyright 2008 Google Inc. 42 | 43 | Licensed under the Apache License, Version 2.0 (the "License"); 44 | you may not use this file except in compliance with the License. 45 | You may obtain a copy of the License at 46 | 47 | http://www.apache.org/licenses/LICENSE-2.0 48 | 49 | Unless required by applicable law or agreed to in writing, software 50 | distributed under the License is distributed on an "AS IS" BASIS, 51 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 52 | See the License for the specific language governing permissions and 53 | limitations under the License. 54 | ``` 55 | 56 | ## Glide 57 | 58 | ``` License 59 | License for everything not in third_party and not otherwise marked: 60 | 61 | Copyright 2014 Google, Inc. All rights reserved. 62 | 63 | Redistribution and use in source and binary forms, with or without modification, are 64 | permitted provided that the following conditions are met: 65 | 66 | 1. Redistributions of source code must retain the above copyright notice, this list of 67 | conditions and the following disclaimer. 68 | 69 | 2. Redistributions in binary form must reproduce the above copyright notice, this list 70 | of conditions and the following disclaimer in the documentation and/or other materials 71 | provided with the distribution. 72 | 73 | THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED 74 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 75 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR 76 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 77 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 79 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 80 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 81 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 82 | 83 | The views and conclusions contained in the software and documentation are those of the 84 | authors and should not be interpreted as representing official policies, either expressed 85 | or implied, of Google, Inc. 86 | --------------------------------------------------------------------------------------------- 87 | License for third_party/disklrucache: 88 | 89 | Copyright 2012 Jake Wharton 90 | Copyright 2011 The Android Open Source Project 91 | 92 | Licensed under the Apache License, Version 2.0 (the "License"); 93 | you may not use this file except in compliance with the License. 94 | You may obtain a copy of the License at 95 | 96 | http://www.apache.org/licenses/LICENSE-2.0 97 | 98 | Unless required by applicable law or agreed to in writing, software 99 | distributed under the License is distributed on an "AS IS" BASIS, 100 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 101 | See the License for the specific language governing permissions and 102 | limitations under the License. 103 | --------------------------------------------------------------------------------------------- 104 | License for third_party/gif_decoder: 105 | 106 | Copyright (c) 2013 Xcellent Creations, Inc. 107 | 108 | Permission is hereby granted, free of charge, to any person obtaining 109 | a copy of this software and associated documentation files (the 110 | "Software"), to deal in the Software without restriction, including 111 | without limitation the rights to use, copy, modify, merge, publish, 112 | distribute, sublicense, and/or sell copies of the Software, and to 113 | permit persons to whom the Software is furnished to do so, subject to 114 | the following conditions: 115 | 116 | The above copyright notice and this permission notice shall be 117 | included in all copies or substantial portions of the Software. 118 | 119 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 120 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 121 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 122 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 123 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 124 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 125 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 126 | --------------------------------------------------------------------------------------------- 127 | License for third_party/gif_encoder/AnimatedGifEncoder.java and 128 | third_party/gif_encoder/LZWEncoder.java: 129 | 130 | No copyright asserted on the source code of this class. May be used for any 131 | purpose, however, refer to the Unisys LZW patent for restrictions on use of 132 | the associated LZWEncoder class. Please forward any corrections to 133 | kweiner@fmsware.com. 134 | 135 | ----------------------------------------------------------------------------- 136 | License for third_party/gif_encoder/NeuQuant.java 137 | 138 | Copyright (c) 1994 Anthony Dekker 139 | 140 | NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See 141 | "Kohonen neural networks for optimal colour quantization" in "Network: 142 | Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of 143 | the algorithm. 144 | 145 | Any party obtaining a copy of these files from the author, directly or 146 | indirectly, is granted, free of charge, a full and unrestricted irrevocable, 147 | world-wide, paid up, royalty-free, nonexclusive right and license to deal in 148 | this software and documentation files (the "Software"), including without 149 | limitation the rights to use, copy, modify, merge, publish, distribute, 150 | sublicense, and/or sell copies of the Software, and to permit persons who 151 | receive copies from any such party to do so, with the only requirement being 152 | that this copyright notice remain intact. 153 | ``` 154 | 155 | ## PhotoView 156 | 157 | ``` Lisence 158 | Copyright 2017 Chris Banes 159 | 160 | Licensed under the Apache License, Version 2.0 (the "License"); 161 | you may not use this file except in compliance with the License. 162 | You may obtain a copy of the License at 163 | 164 | http://www.apache.org/licenses/LICENSE-2.0 165 | 166 | Unless required by applicable law or agreed to in writing, software 167 | distributed under the License is distributed on an "AS IS" BASIS, 168 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 169 | See the License for the specific language governing permissions and 170 | limitations under the License. 171 | ``` 172 | 173 | ## yuriy-budiyev/code-scanner 174 | 175 | ``` Lisence 176 | MIT License 177 | 178 | Copyright (c) 2017 Yuriy Budiyev [yuriy.budiyev@yandex.ru] 179 | 180 | Permission is hereby granted, free of charge, to any person obtaining a copy 181 | of this software and associated documentation files (the "Software"), to deal 182 | in the Software without restriction, including without limitation the rights 183 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 184 | copies of the Software, and to permit persons to whom the Software is 185 | furnished to do so, subject to the following conditions: 186 | 187 | The above copyright notice and this permission notice shall be included in all 188 | copies or substantial portions of the Software. 189 | 190 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 191 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 192 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 193 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 194 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 195 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 196 | SOFTWARE. 197 | ``` 198 | 199 | ## Apache Commons IO 200 | 201 | ``` License 202 | Copyright 2002-2017 The Apache Software Foundation 203 | 204 | This product includes software developed at 205 | The Apache Software Foundation (http://www.apache.org/). 206 | ``` 207 | 208 | ## Slidr 209 | 210 | - com.r0adkll:slidableactivity 211 | - Easily add slide to dismiss functionality to an Activity 212 | 213 | ``` License 214 | Copyright (c) 2014 Drew Heavner 215 | 216 | Licensed under the Apache License, Version 2.0 (the "License"); 217 | you may not use this file except in compliance with the License. 218 | You may obtain a copy of the License at 219 | 220 | http://www.apache.org/licenses/LICENSE-2.0 221 | 222 | Unless required by applicable law or agreed to in writing, 223 | software distributed under the License is distributed on an 224 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 225 | either express or implied. See the License for the specific 226 | language governing permissions and limitations under the License. 227 | ``` 228 | 229 | ## JUnit 230 | 231 | ``` License 232 | Eclipse Public License - v 1.0 233 | THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 234 | 235 | 1. DEFINITIONS 236 | 237 | "Contribution" means: 238 | 239 | a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and 240 | 241 | b) in the case of each subsequent Contributor: 242 | 243 | i) changes to the Program, and 244 | 245 | ii) additions to the Program; 246 | 247 | where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. 248 | 249 | "Contributor" means any person or entity that distributes the Program. 250 | 251 | "Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. 252 | 253 | "Program" means the Contributions distributed in accordance with this Agreement. 254 | 255 | "Recipient" means anyone who receives the Program under this Agreement, including all Contributors. 256 | 257 | 2. GRANT OF RIGHTS 258 | 259 | a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. 260 | 261 | b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. 262 | 263 | c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. 264 | 265 | d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. 266 | 267 | 3. REQUIREMENTS 268 | 269 | A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: 270 | 271 | a) it complies with the terms and conditions of this Agreement; and 272 | 273 | b) its license agreement: 274 | 275 | i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; 276 | 277 | ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; 278 | 279 | iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and 280 | 281 | iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. 282 | 283 | When the Program is made available in source code form: 284 | 285 | a) it must be made available under this Agreement; and 286 | 287 | b) a copy of this Agreement must be included with each copy of the Program. 288 | 289 | Contributors may not remove or alter any copyright notices contained within the Program. 290 | 291 | Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. 292 | 293 | 4. COMMERCIAL DISTRIBUTION 294 | 295 | Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. 296 | 297 | For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. 298 | 299 | 5. NO WARRANTY 300 | 301 | EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 302 | 303 | 6. DISCLAIMER OF LIABILITY 304 | 305 | EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 306 | 307 | 7. GENERAL 308 | 309 | If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. 310 | 311 | If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. 312 | 313 | All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. 314 | 315 | Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. 316 | 317 | This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. 318 | ``` -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Magic feed/魔法分享 2 | 3 | [English](https://github.com/ShinChven/ShareMoments/blob/master/README.md#a-tool-for-you-to-master-your-web-contents) 4 | 5 | [中文](https://github.com/ShinChven/ShareMoments/blob/master/README.md#%E9%AD%94%E6%B3%95%E5%88%86%E4%BA%AB---web%E5%86%85%E5%AE%B9%E5%88%86%E4%BA%AB%E5%8A%A9%E6%89%8B) 6 | 7 | [Telegram Group](https://t.me/MagicFeedApp) (apk archive) 8 | 9 | # A tool for you to master your web contents 10 | 11 | The majority of the content we enjoy and share on a daily basis, whether it's on the internet or mobile devices, is hosted on the web. This content typically consists of text and media files. I created this app with the intention of allowing users to delve deeper into the HTML structure of web pages and maximize their utility. By exploring the underlying code, we can gain a better understanding of how these web pages are constructed and leverage their potential to the fullest extent. 12 | 13 | ## Quick guide: master your web content in 5 steps 14 | 15 | 1. Share/send url from any app or brower to Magic Feed. 16 | 2. Magic Feed will parse title, description, image url and video url from html for you. 17 | 3. Click image in Magic Feed's dialog to view all media files the app has found for you. 18 | 4. Download or share media files by simple selection. 19 | 5. Revisit your feed in app later. 20 | 21 | ## Share a link like a pro 22 | 23 | Every day, we exchange numerous links, but raw URLs can often be difficult to comprehend. Typically, we have to provide a descriptive context for the recipients to understand the URL's content without having to click on it. 24 | 25 | If you're familiar with HTML, you may already know that elements such as title, description, and cover images are readily accessible. 26 | 27 | To empower you in navigating the web, Magic Feed is designed to extract these key details - title, description, and images - from any web link. With just a single tap in the app, you can obtain a well-crafted message to share a link, making it an effortless process to communicate online content effectively. 28 | 29 | ## Save your feed across apps 30 | 31 | While each app maintains its own set of bookmarks, wouldn't it be more convenient to consolidate all our saved content in one place for easy access and search? 32 | 33 | Magic Feed offers just that. It allows you to store your URLs, creating a personalized feed list. When you need to revisit any saved content, simply return to Magic Feed to find it. This way, all your saved URLs are in one place, streamlining your search and retrieval process. 34 | 35 | ## Grab images from web 36 | 37 | - Image download: If you are interested in some images from a web page, Magic Feed can do batch download and batch forward for you. 38 | - Reverse Image Search: If you are interested in some particular images from one web, Magic Feed can send it to Google for you to do `search image by image`. 39 | 40 | ## Download Tweet and Instagram video 41 | 42 | - Magic Feed always takes a deep look into html, you can download videos from a tweet or Instagram url. 43 | - Many other sites are supported by it's default extraction rule. 44 | 45 | ## Respect content owner's copyright and privacy 46 | 47 | ✘ You should NOT download or forward any copyrighted image or video from the open internet unless you are allowed by it's owner. 48 | ✘ YouTube is NOT supported. 49 | 50 | ## Share a link via QRCode 51 | 52 | Don't bother if you want share a link without adding someone to your contacts. Just show the QR Code. 53 | 54 | ## 魔法分享 - Web内容分享助手 55 | 56 | 在我们每天都使用的App和网站中有很多精彩的内容,它们大部分都承载在🌐Web中。很多时候,我们如果只是单单分享一个🔗Web链接,还需要花很长时间向别人说明我们在分享什么内容。于是我制作了这个App,让你能轻松地从Web Link中获取标题、描述和图片,以分享给朋友。 57 | 58 | ## 特色功能 59 | 60 | - 💬 微信链接卡片:如果你是微信的用户,它能帮你生成一个优雅的分享卡片,让你分享的链接能马上抓住别人的眼球; 61 | - 🖼️ 批量图片分享:如果你喜欢Web中的图片,你可以批量分享给你的朋友,当然你也可以批量下载它们; 62 | - 🔍 图片逆向搜索:如果你喜欢Web中的一张图片,你还可以以图搜索,做逆向图片查找(由Google提供); 63 | - ⭐ 智能链接收藏夹:你所分享过的链接会存在你的手机中,你随时可以重新浏览、查找和分享; 64 | 65 | ## Web内容解析规则 66 | 67 | - 优先读取Web页面中的OpenGraph标识以获取标题、介绍和封面图片; 68 | - 再在页面查找图片; 69 | - 针对Twitter、Instagram、Deviant、Bilibili这些热门的站点,编写了专门的解析方案,让你能更准确地的获取相关内容; 70 | 71 | ## 下载 72 | 73 | - [Google Play Store](https://play.google.com/store/apps/details?id=net.atlassc.shinchven.sharemoments)(推荐,可加入beta频道,抢先试用新功能) 74 | - [酷安](https://www.coolapk.com/apk/net.atlassc.shinchven.sharemoments) 75 | 76 | ## 联系我 77 | 78 | - Twitter [@ShinChven](https://twitter.com/ShinChven)可以找到我; 79 | 80 | ## 内容声明 81 | 82 | - 本应用不提供任何内容,仅为用户提供链接分享、收藏和网页内容感知功能,不对用户操作的内容负责。 83 | - 所有用户在使用本应用分享网页链接时,应当遵守当地法律法规,不得散布危害社会安定和国家统一的言论。 84 | 85 | ## Privacy Policy 86 | 87 | ### camera 88 | 89 | - This app uses camera to scan QR CODE. 90 | - 此应用需要使用摄像头来扫描二维码。 91 | 92 | ### storage 93 | 94 | - This app uses internal storage to cache and download images. 95 | - 此应用使用设备内部存储空间来下载或缓存图片。 96 | 97 | ### analytics 98 | 99 | - This app will anonymously report user's usage actions to let developer know how and how many times users are using its function. user's personal information and content will not be recorded. 100 | - App 会使用Firebase Analytics 匿名记录用户的操作习惯,以帮助开发者更好的了解用户是否使用或者了解App里面的各种功能以及使用频率,但不会上传任何用户的个人信息和用户访问过的内容(链接、图片等)。 101 | 102 | 103 | ## OPEN SOURCE LICENSE 104 | 105 | [OPEN SOURCE CREDITS](OpenSourceCredits.md) 106 | 107 | ## 恰饭 108 | 109 | [现在你们可以请我恰饭。](https://atlassc.net/donation/) 110 | -------------------------------------------------------------------------------- /assets/click_size_to_do_reverse_image_search.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShinChven/ShareMoments/7a5791f7d32043439ea832d61c0203562d9bca62/assets/click_size_to_do_reverse_image_search.webp -------------------------------------------------------------------------------- /assets/share_image_to_sharemoments_to_do_reverse_image_search.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShinChven/ShareMoments/7a5791f7d32043439ea832d61c0203562d9bca62/assets/share_image_to_sharemoments_to_do_reverse_image_search.webp -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | { 2 | "alipay-luck-money": { 3 | "enabled": false, 4 | "text": "开发者向你分享了一个花呗红包,打开支付宝首页搜“532772767”即可领取红包!" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /how-to-delete-account.md: -------------------------------------------------------------------------------- 1 | # How To Delete Account 2 | 3 | Magic Feed requires users to log in with their Google account in order to use the dark theme function. Account information is stored on Firebase. 4 | 5 | Currently, there is no way for users to manually delete their accounts. 6 | 7 | If any user wishes to delete their account, please contact the developer via email: shinchven@gmail.com 8 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |