mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Remove 3 invalid domains from comments (#5174)
* Fix invalid domain in comment (e-hentai.net -> e-hentai.org) * Fix invalid domain in comment (hentaivn.autos -> hentaihvn.tv) * Fix invalid domain in comment (rouman01.xyz -> none)
This commit is contained in:
parent
e98f3968bd
commit
bffcba79f5
@ -8,7 +8,7 @@ import android.util.Log
|
||||
import kotlin.system.exitProcess
|
||||
|
||||
/**
|
||||
* Springboard that accepts https://e-hentai.net/g/xxxxx/yyyyy/ intents and redirects them to
|
||||
* Springboard that accepts https://e-hentai.org/g/xxxxx/yyyyy/ intents and redirects them to
|
||||
* the main Tachiyomi process.
|
||||
*/
|
||||
class EHUrlActivity : Activity() {
|
||||
|
@ -596,7 +596,7 @@ class HentaiVN : ParsedHttpSource(), ConfigurableSource {
|
||||
)
|
||||
|
||||
// jQuery.makeArray($('#container > div > div > div.box-box.textbox > form > ul:nth-child(8) > li').map((i, e) => `TransGroup("${e.textContent}", "${e.children[0].value}")`)).join(',\n')
|
||||
// https://hentaivn.autos/forum/search-plus.php
|
||||
// https://hentaihvn.tv/forum/search-plus.php
|
||||
private fun getGroupList() = arrayOf(
|
||||
TransGroup("Tất cả", "0"),
|
||||
TransGroup("Đang cập nhật", "1"),
|
||||
|
@ -24,7 +24,7 @@ object ScrambledImageInterceptor : Interceptor {
|
||||
val result = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888)
|
||||
val canvas = Canvas(result)
|
||||
|
||||
// https://rouman01.xyz/_next/static/chunks/pages/books/%5Bbookid%5D/%5Bid%5D-6f60a589e82dc8db.js
|
||||
// /_next/static/chunks/pages/books/%5Bbookid%5D/%5Bid%5D-6f60a589e82dc8db.js
|
||||
// Scrambled images are reversed by blocks. Remainder is included in the bottom (scrambled) block.
|
||||
val blocks = url.removeSuffix(SCRAMBLED_SUFFIX).substringAfterLast('/').removeSuffix(".jpg")
|
||||
.let { Base64.decode(it, Base64.DEFAULT) }
|
||||
|
Loading…
Reference in New Issue
Block a user