Update
This commit is contained in:
parent
be4ce9425c
commit
a51446c39e
@ -1 +0,0 @@
|
|||||||
{"options":{"check_for_updates":false,"comment":null,"compat_foreach":false,"compat_metadata":false,"compat_powerful_this":null,"compat_wrappedjsobject":false,"compatopts_for_requires":true,"noframes":null,"override":{"merge_connects":true,"merge_excludes":true,"merge_includes":true,"merge_matches":true,"orig_connects":[],"orig_excludes":[],"orig_includes":[],"orig_matches":["http://beeb0a7ae391.sn.mynetname.net:8020/apps/files/*"],"orig_noframes":null,"orig_run_at":"document-idle","use_blockers":[],"use_connects":[],"use_excludes":[],"use_includes":[],"use_matches":[]},"run_at":null,"sandbox":null,"tab_types":null,"unwrap":null,"user_modified":null},"settings":{"enabled":true,"position":5},"meta":{"name":"Удалить область созданиея Readme","uuid":"829e8ada-5428-4498-933b-dc8b738b67e2","modified":1685331036244}}
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"ts":1707563388955,"data":{}}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
// ==UserScript==
|
|
||||||
// @name Удалить область созданиея Readme
|
|
||||||
// @namespace http://tampermonkey.net/
|
|
||||||
// @version 0.1
|
|
||||||
// @description try to take over the world!
|
|
||||||
// @author You
|
|
||||||
// @match http://beeb0a7ae391.sn.mynetname.net:8020/apps/files/*
|
|
||||||
// @icon https://img.icons8.com/?size=512&id=2dCsJ8Pa920S&format=png
|
|
||||||
// @grant none
|
|
||||||
// ==/UserScript==
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
'use strict';
|
|
||||||
setTimeout(function() {
|
|
||||||
|
|
||||||
document.querySelector("#app-content-files > div.filelist-header").remove()
|
|
||||||
|
|
||||||
}, 500);
|
|
||||||
|
|
||||||
// Your code here...
|
|
||||||
})();
|
|
||||||
Loading…
Reference in New Issue
Block a user