Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Hide overflow on app page
- // @match https://vk.com/*
- // ==/UserScript==
- (function() {
- 'use strict';
- document.body.querySelector('.apps_main') !== null && document.body.style.overflow="hidden";
- })();
Add Comment
Please, Sign In to add comment