Skip to content

Instantly share code, notes, and snippets.

@NaokiStark
Forked from maagmirror/notis.user.js
Last active January 2, 2016 03:17
Show Gist options
  • Save NaokiStark/a728c70e7fb982066fbc to your computer and use it in GitHub Desktop.
Save NaokiStark/a728c70e7fb982066fbc to your computer and use it in GitHub Desktop.
// ==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>');
@maagmirror
Copy link

good work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment