Remove promoted questions and answers on Quora

Removes promoted answers that have nothing to do with the question you're looking up

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v0.4 2023-03-11

    Recent updates to the Quora HTML made the script stop working, they changed "Sponsored by [company name]" to just "Sponsored" so the script could no longer find anything starting with "Sponsored by" to remove. I updated the script to handle this and verified that it works again now on question pages and on the Quora homepage. The code is also simpler now.

  • v0.3 2022-05-13
  • v0.3 2022-05-13
    • Version 0.3: Fixes an issue caused by a recent change in Quora. Their update caused the script to mistakenly remove every single answer. The code was changed to be more resilient in the future, so that this doesn't happen again. Also updated the icon to be of higher resolution.
  • v0.2 2021-09-01
    1. Better detection of ads
    2. Removal is now done outside of the XPath loop
    3. The script validates the CSS class more than before
  • v0.1 2021-04-28
  • v0.1 2021-04-28