Skip to content
/ m-tweet Public

Chrome extension that automatically redirects Twitter to the mobile version.

Notifications You must be signed in to change notification settings

remy/m-tweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

m-tweet

Redirects you to the (cleaner) mobile twitter URLs.

The entirety of the code is:

const url = window.location.href;

if (!url.includes('mobile.twitter'))
  window.location.href = url.replace('twitter.com', 'mobile.twitter.com');

About

Chrome extension that automatically redirects Twitter to the mobile version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages