no title [bookmarklet]
by
lololo345
2018-08-05 [2018/08/05 13:39:13]
@@ -1,5 +1,10 @@
javascript:(
function(){
- console.log("tesooooot");
+ document.querySelectorAll('#main a').forEach(
+ function(element, index) {
+ //console.log(element.href);
+ element.textContent = null;
+ }
+ );
}
-)();
+)();
javascript:(
function(){
document.querySelectorAll('#main a').forEach(
function(element, index) {
//console.log(element.href);
element.textContent = null;
}
);
}
)();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。