Remove twitter trends

Removes the Trending section from twitter

< Feedback on Remove twitter trends

Review: OK - Skripti toimii, mutta siinä on ongelmia

§
Posted: 27.1.2022

If you're still around please change the match domain to https://*.twitter.com
That way it supports both regular and mobile.twitter.com websites. No code changed is needed as they're exactly the same websites (no idea why mobile.twitter.com even still exists but mobile redirects to it still). It'll be a welcome change for mobile browsers that supports extensions or userscripts (Firefox, Kiwi, Yandex...)

§
Posted: 27.1.2022

(this applies to any other twitter script too you may maintain)

§
Posted: 29.1.2022

Small update, turns out its safer to match mobile explicitly to avoid any weird effects on XHR requests on outside websites.

// @match https://twitter.com/*
// @match https://mobile.twitter.com/*

Post reply

Sign in to post a reply.