natsukage
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Chrome 绕过豆瓣强制验证跳转 ## 绕过实名制认证页面 ![](https://i.imgur.com/kK077Ps.png) - 只能在电脑上操作 - 测试用的chrome版本: 105 - 需要chrome版本在65以上(因为用到DevTools的local overrides功能) - 其他chromium-based浏览器应该也可以做类似操作 ## 一般流程 1. 右键点击按钮/对话框等, 选择inspect 2. 在Elements panel的Event Listeners子panel里找到按钮触发的脚本 4. 在相关脚本/文件(主要涉及abnormal_account.js, douban.js,comment.js, index等,只要能搜出abnormal的文件应该都需要改造)里, 把window._USER_ABNORMAL替换为0; 删除跳转相关语句 5. 在sources->overrides里勾选enable local overrides, 然后选择本地保存地址 6. 保存替换修改后的文件 (快捷键control+S或者cmd+S, 保存后文件名上会有紫色小点点) 7. 控制台模式下刷新后即可进行发帖, 标记等操作 ## 状态 ### <a name="发状态"></a>发状态 1.在首页“说句话”“分享生活点滴...”文本输入框处点右键,选择inspect 2.在Event Listeners中选中脚本abnormal_account.js点进去 ![](https://i.imgur.com/kqIJOnk.png) 3.将window._USER_ABNORMAL全部替换为0(快捷键control+F或者cmd+F), 保存 ![](https://i.imgur.com/AzJliVQ.png) 4.再次inspect文本输入框 ![](https://i.imgur.com/jwCovUJ.png) 5.删除掉涉及跳转的语句(上一步截图中的index文件,图中选中部分) ![](https://i.imgur.com/TbyzdQ3.png) 6.把index中所有cls_abnormal替换为空格 7.保存刷新后控制台打开时即可发状态 ### 评论状态 1.inspect"添加回应"评论框 2.(假如你还没有修改这个文件)找到abnormal_account.js,参考[发状态](#发状态)中的修改方法进行修改 3.找到comment.js,把所有window._USER_ABNORMAL替换为0,保存刷新即可 ![](https://i.imgur.com/vekWQnG.png) ![](https://i.imgur.com/jm2B3CG.png) ## 标记 ### 标记音乐 以https://music.douban.com/subject/2133435/ 为例子 首先标记想听/在听/听过: 想听 https://music.douban.com/subject/2133435/?interest=wish&ck=irpD 在听 https://music.douban.com/subject/2133435/?interest=do&ck=irpD 听过 https://music.douban.com/subject/2133435/?interest=collect&ck=irpD 然后添加短评: 1.inspect 网页上的“修改”按钮 2.把douban.js里的window._USER_ABNORMAL全部替换为0, 保存修改后的本地js文件 ![](https://i.imgur.com/PNGVjf2.png) 3.刷新网页后即可编辑短评 ![](https://i.imgur.com/Ah7Nfnd.png) ### 标记电影 目前仍可以直接在电影搜索页面上讲行标记和添加短评 (只有电视剧有“在看”按钮) https://movie.douban.com/subject_search?search_text=rostam 修改方法同音乐 ### 标记书 目前仍可以直接在书的搜索页面上进行标记和添加短评 https://book.douban.com/subject_search?search_text=shahnameh 修改方法同音乐 ## 豆列 ### 添加条目到豆列/创建豆列 1. inspect 网页上的"添加到豆列"按钮 2. 修改index (有多种方法,其一是把window._USER_ABNORMAL全部替换为0), 保存 3. 此时即可收藏到已有豆列,或者创建豆列并收藏 ![](https://i.imgur.com/qL21wUg.png) ### 关注豆列 以https://www.douban.com/doulist/12282126/ 为例子, 通过 https://www.douban.com/doulist/12282126/?collect=yes&ck=irpD 即可进行关注 ### 取关豆列 1. inspect 变灰的"已关注"按钮 2. 修改index (有多种方法,其一是把window._USER_ABNORMAL全部替换为0), 保存 3. 刷新后再点击"已关注", 弹出"真的要取消关注"对话框,选是即可 4. 页面刷新后如果控制台还开着,则"已关注"仍显示为灰色,此时关闭控制台再刷新即可看到的确已经取关了 ## 发私信 1. inspect 网页上的"回应"按钮 2. 修改abnormal_acoount.js,把其中的window._USER_ABNORMAL全部替换为0,保存 3. 刷新后即可使用

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully