Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

346
Vistas
How can remove the right rail of the fandom

I'm trying to use Tampermonkey to remove the right rail of a page. Every page in the fandom.com wikis, contains a right rail, which is usually distracting me from focusing on the main content.

The element, according to DevTools looks like this:

<div class="page has-right-rail">
  <main class="page__main" lang="en"> *content* </main>
  <aside class="page__right-rail">*content to be removed*</aside>
</div>

I usually delete it manually (it's the <aside class="page__right-rail>...</aside>" element).

Here is an example page that has the thing. If possible, I'd like the script to work on *something.*fandom.com/wiki/*something*.

Here is the current version of my script:

// ==UserScript==
// @name         Remove Right Rail from Fandom
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://*.fandom.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    document.querySelector('aside.page__right-rail').remove();

})();
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda