Skip to content

Instantly share code, notes, and snippets.

@oott123
Created March 26, 2014 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oott123/9785802 to your computer and use it in GitHub Desktop.
Save oott123/9785802 to your computer and use it in GitHub Desktop.
civitas 通知自动已读
// ==UserScript==
// @id civitas_auto_read_notifications
// @name civitas 通知自动已读
// @version 1.0
// @namespace oott123_carn
// @author oott123
// @description
// @include http://civitas.soobb.com/Mine/Notifications/
// @run-at window-load
// ==/UserScript==
document.getElementById('Notifications_ReadEntirely').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment