Welcome Guest ( Log In | Register )

1315 Pages V « < 1313 1314 1315  
Reply to this topicStart new topic
> 中文討論區: 變態道的原罪 [禁無意義的水跟簽到], The Chinese discussion thread of declining quality.

 
post Yesterday, 20:26
Post #26281
SIRIUSs



Helvetica Standard
******
Group: Gold Star Club
Posts: 953
Joined: 13-June 10
Level 476 (Dovahkiin)


QUOTE(雾雨玲子 @ Aug 14 2025, 01:04) *


跟eric說的一樣 主要問題是杖鍛造太少了

傷害越低→T3法術放完存活的怪物越多→受到的傷害越高

我也是常時Credits<1m的玩家所以鍛造部分幫不上什麼忙...


補充:

https://forums.e-hentai.org/index.php?showtopic=267405

這篇置頂文章有目前正在舉辦的HV社群活動 可以多參加賺一些Hath

另外每個月還有輝夜或Shank舉辦的畫廊標籤糾錯活動和首頁橫幅競賽

https://forums.e-hentai.org/index.php?showtopic=287549

https://forums.e-hentai.org/index.php?showtopic=287778



This post has been edited by SIRIUSs: Yesterday, 20:45
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 20:27
Post #26282
Kagoraphobia



✝️ Ascension of Angel ✝️
***********
Group: Global Mods
Posts: 12,074
Joined: 12-August 19
Level 500 (Ponyslayer)


QUOTE(Lady_Slayer @ Aug 13 2025, 13:07) *
说起gm,很久没看到mayriad了。
她和 meow_pao 暫時都因個人因素不會在這裏太活躍

QUOTE(Akkarin~ @ Aug 13 2025, 17:17) *
帮大学同学改过几次 AI 写代码写出来的大作业,不能正常跑
仔细在又臭又长的代码里看了半天,结果发现同一个变量有的地方写成 fooBar 有的地方写成 foo_bar 有的地方写成 foobar,有些写法一看就是反常规的
问他你不觉得这么实现很麻烦吗,他就两手一摊,我不知道啊 ChatGPT 写的 ┐(´-`)┌
最后就扔给我给他改好了
我想現在讀大學的話 group projects 我應該會發瘋
以前沒有 ChatGPT 至少容易立刻看得出誰是垃圾組員
不上不下的東西反而比較難改/發現

大學分組功課理論上是教大家如何團隊合作
實際上其實是給你上一個社會毒藥
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 20:34
Post #26283
oupoupoup



Casual Poster
****
Group: Gold Star Club
Posts: 333
Joined: 4-May 15
Level 500 (Dovahkiin)


QUOTE(WTF联合银行 @ Aug 9 2025, 17:51) *

之前做了个脚本用来给那个网站用的,在浏览器上重新登录一次就能让浏览器记下密码了
CODE
// ==UserScript==
// @name         HV拍卖 记住密码
// @namespace    reasoningtheory.net
// @version      111
// @description  让浏览器记住密码
// @match        https://reasoningtheory.net/itemlist*
// @icon         https://reasoningtheory.net/favicon.ico
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // 查找所有的input元素
    const inputs = document.querySelectorAll('input[type="text"]');

    // 检查正确的输入框
    inputs.forEach(input => {
        const label = input.closest('label');
        if (label && label.querySelector('span') && label.querySelector('span').textContent.includes('20-character bidkey:')) {
            input.type = 'password'; // 改为密码类型
        }
    });
})();



裝上這個腳本
是怎麼運作的?
針對這個網址的簡易密碼填入器的感覺?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


1315 Pages V « < 1313 1314 1315
Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 14th August 2025 - 00:09