Giter Club home page Giter Club logo

hide_twitter_right_column_2019's Introduction

Hide Twitter Right Column

A Chrome extension that hides the right column on the Twitter website.

I find the right-side column distracting, so I made this little extension that hides the right column. It'll work until Twitter changes its HTML structure. Note: As of now, this also hides the search bar. I'll change that at some point.

No license needed, public domain.

Go to chrome://extensions/ in your browser, turn on Developer Mode (toggle switch in the top right corner, as of August 2019), choose one of the installation methods below:

  1. If you want to load it without packing it, use the "Load Unpacked" button, and load the "retwitter" directory.

  2. If you want to create your own .crx file, choose the "Pack Extension" button and load the "retwitter" directory. Then drag the .crx file to the extensions browser window. (This may not work in Windows.)

You're done, the extension will show up in Chrome as a white H in a grey box. It seems to work in Vivaldi, too, if you use the "Load Unpacked" method, but nothing shows up in the browser Extensions bar.

hide_twitter_right_column_2019's People

Contributors

kerri-hicks avatar

Stargazers

Aditya Tannu avatar

Watchers

 avatar

hide_twitter_right_column_2019's Issues

More rules

Because the columns are in a flexbox, the primaryColumn aligns weirdly when the sidebarColumn is hidden. I got around it with this rule:

div[data-testid="primaryColumn"] {
	margin-left: 0px !important;
}

Also, I find this rule to change the header's fixed position to relative to be an improvement:

header > div > div {
	position: relative !important;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.