Google Chrome autofill form entries specific or all removedThis article discusses how to delete specific entries or all entries of an autofill form in Google Chrome. The user can delete an entry by placing the mouse over the entry to be deleted and pressing the Shift+Delete to delete specific entries, or use the Ctrl+Shift+Delete Clears all autofill data.
Git Setup HTTPS/SSH Proxy Speed up Git operations on sites like GitHub (Windows/Linux/Mac)This article discusses how to set up HTTPS and SSH proxies for Git to speed up operations on sites like GitHub. Proxy configuration methods for HTTP/HTTPS and SSH protocols are provided, including how to set, view, and cancel proxy settings, as well as specific steps for configuring SSH proxies on different operating systems.
Git Clone on Windows fails the Git way, but HTTPS works fine and ssh -T git@github.com normalcyWhen using Git Clone on Windows, the Git method fails to connect but HTTPS and SSH work fine. The solution is to update Git and Git for Windows to ensure that the tool connects to the GitHub server properly. The article provides update commands and recommends using an automatic update tool to avoid such issues in the long run.
🔁Self-deployed Subconverter subscription conversion front-end and back-end (to address invalid conversions due to too many rulesets and security concerns)This article discusses a tutorial for self-deploying Subconverter subscription conversions, addressing the data pitfalls and inability to customize when using someone else's backend to convert subscriptions. Key topics include the setup of the subscription conversion backend, parameter optimization, and how to deploy the frontend to improve performance and security. Specific steps and considerations are provided to help users perform subscription conversions effectively.
Clash and Adguard coexistence after the inability to use the solution alone (non-Root)The issue of Clash not working on its own when coexisting with Adguard in a non-rooted situation can be solved by downloading both versions of Clash (foss and premium). Using proxy mode instead of VPN mode is necessary and both versions can coexist for better configuration and use.
Adguard's custom adblocking rules for rel=nofollow (using Monolith as an example)This paper discusses how to use Adguard's custom rules to block advertisements on Monolithic websites, proposing to do so by using the fixed attribute rel value of the a tag in the advertisement as nofollow. Since the DOM elements of advertisements are difficult to locate accurately and conventional blocking methods are ineffective, it is proposed to use specific rules to hide these advertisement links. Specific examples of blocking rules are eventually provided, and URL blocking is noted as a more general solution.
Adguard's ShadowRoot's customized ad blocking rules (Monica Search Enhanced Ads as an example)This article describes how to use Adguard's ShadowRoot to customize ad blocking rules, taking Monica search enhancement ads as an example. The author analyzes the ad element through F12 developer tool and finds that its DOM element adopts random class, and then proposes to block it by characterizing the class attribute value. For ShadowRoot, the authors provide a solution using script segments, and finally form an effective blocking rule.