Self-deployed Subconverter subscription conversion front-end and back-end (to address invalid conversions due to too many rulesets and security concerns)
🔁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.
Adguard's custom adblocking rules for rel=nofollow (using Monolith as an example)
Lazy loaded imageAdguard'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)
Lazy loaded imageAdguard'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.
Solution to remove the white screen caused by Adguard's other rules by mistake (take Xtoys.app as an example)
Lazy loaded imageSolution to remove the white screen caused by Adguard's other rules by mistake (take Xtoys.app as an example)
This article describes how to use Adguard's custom blocking rules to unblock false positives, using Xtoys.app as an example, detailing how to locate hidden ad elements via the F12 developer tool, and using the $generichide The rule disables CSS-like rules to solve the problem of a white screen on a web page, thus ensuring that users can access the web content normally.
Google Books book results in Google Search blocked using uBlacklist
Lazy loaded imageGoogle Books book results in Google Search blocked using uBlacklist
This paper describes how to use uBlacklist to block Google Books book results in Google search, considering them useless. By analyzing the source of the URLs, it proposes to write uBlacklist rules using regular expressions to block URLs containing specific parameters, and encourages readers to share their experiences.