[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]

/freekukuku/ - 自由ku岛

临时避难所
Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Oekaki
Show oekaki applet
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload2 per post.


File: c949593c05490ef⋯.jpg (676.63 KB,1841x2049,1841:2049,FwzYTfnagAAbhjM.jpg)

291a1d No.175

//UserScript

// @name 8kun kukuku

// @namespace http://tampermonkey.net/

// @version 0.1

// @description try to take over the world!

// @author You

// @match https://8kun.top/freekukuku/*

// @icon https://www.google.com/s2/favicons?sz=64&domain=8kun.top

// @grant none

///UserScript

(function() {

'use strict';

//delete disclaimer

var aa = document.getElementsByClassName('disclaimer-8kun')

for (let i = 0; i < aa.length; i++) {

aa[i].innerHTML = ''

aa[i].innerText = ''

}

//delete ad

var bb = document.querySelector('.thread_ads')

debugger

if(null !== bb){

bb.parentNode.removeChild(bb);

}

//delete announcement

var cc = document.querySelector('.announcement')

if(null !== cc){

cc.parentNode.removeChild(cc);

}

//delete bottom

var dd = document.querySelector('.bottom')

if(null !== dd){

dd.parentNode.removeChild(dd);

}

//delete footer

var ee = document.querySelector('footer')

if(null !== ee){

ee.parentNode.removeChild(ee);

}

})();

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

dee5df No.179

为什么不写注释

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

291a1d No.184

>>179

//delete ad

这个是不是注释

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

db3d67 No.185

>>184

支那猪看不懂英文就说没有

笑尿🤣

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b46a40 No.303

File: 816a155f5ff5b8d⋯.jpg (361.73 KB,1600x900,16:9,MuMu20230611002631.jpg)

肿么肥四?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

291a1d No.314

File: 04cb6f0cb9ddeb5⋯.png (91.34 KB,1132x696,283:174,_2023_06_11_080255.png)

>>303

怎么了,窝觉得很正常啊

图片是新建一个用户脚本的样子。

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b46a40 No.343

File: d90ed24b8fc8214⋯.jpg (122.72 KB,604x639,604:639,_.jpg)

为什么建出来一个无效脚本?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

291a1d No.348

>>343

可能是8kun把新建脚本中样板代码里的等于号转成了大红字。你新建脚本,把@match改了,然后把核心代码粘贴到function里,应该会没有问题。

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b46a40 No.351

>>348

这下好了

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

f2756b No.527

更新隐藏置顶和删除下划线功能

//delete sticky

var ff = document.querySelector('#thread_175')

if(null !== ff){

ff.parentNode.removeChild(ff);

}

//delete line

var gg = document.getElementsByClassName('body-not-empty')

for (let i = 0; i < gg.length; i++) {

var step1 = gg[i].innerHTML

var step2 = step1.replace(" ________ ", "")

gg[i].innerHTML = step2

document.getElementsByClassName('body-not-empty')

}

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

520c95 No.1649

ok

Now god_ver_domme

Also be ready te rise up te the true enemy

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]