-
-
Save NaokiStark/a728c70e7fb982066fbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Notis taringa | |
// @namespace http://www.taringa.net/maag- | |
// @description fixeo de notificaciones bug v6 | |
// @author Maag | |
// @include http*://*.taringa.net* | |
// @run-at document-start | |
// @version 1 | |
// ==/UserScript== | |
$('head').append('<style> #page ~ *:not(.ui-widget-overlay), #page ~ *:not(.ui-dialog), #page ~ *:not(.ui-widget) {position: fixed;}</style>'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
good work