Back to Repository

insta

0 upvotes
By christianlorenzen23@gmail.com
Before page load (document_start)

Match Pattern

https://www.instagram.com/reels/DSFvaX8iAdJ/

Script Code

(function () {
    'use strict';
    const url = window.location.href;
    const newUrl = url.replace(/\/reels\//, '/p/');
    if (newUrl !== url) {
        window.location.replace(newUrl);
    }
})();
Install requires the InjectJS Chrome extension. Scripts run only on sites matching the pattern above. Review code before installing any community script.