nishino_ameblo_only
by
jigendaddy
2021-01-25 [2021/01/25 11:00:42]
try to take over the world!
@@ -27,13 +27,13 @@
result.snapshotItem(x).classList.add("div_br");
}
var result2 = document.evaluate('//*[@class="fbi"]/br[not(./preceding-sibling::* or ./following-sibling::*)]', document, null, 7, null);
- for (var y = 0; y < result2.snapshotLength; y++) {
- result2.snapshotItem(y).remove();
- }
+for (var y = 0; y < result2.snapshotLength; y++) {
+ result2.snapshotItem(y).remove();
+}
var result4 = document.evaluate('//div[@class="skin-entryBody"]//*[contains(text(),"━")]', document, null, 7, null);
- for (var a = 0; a < result4.snapshotLength; a++) {
- result4.snapshotItem(a).classList.add("l_yoko");
- }
+for (var a = 0; a < result4.snapshotLength; a++) {
+ result4.snapshotItem(a).classList.add("l_yoko");
+}
$('.skin-entryBody div>div').parent().contents().unwrap();
$('.fbi>.fbi').parent().contents().unwrap();
$(".skin-entryBody div+br").wrap("<div class='div_br'></div>");
// ==UserScript==
// @title nishino_ameblo_only
// @name nishino_ameblo_only
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://ameblo.jp/nishino-akihiro/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
// ==/UserScript==
var listArray = document.querySelectorAll('.skin-entryBody *[style]');
for (var i = 0; i < listArray.length; i++) {
listArray[i].removeAttribute("style");
}
var listArray2 = document.querySelectorAll('.skin-entryBody font[color],.skin-entryBody font[face]');
for (var j = 0; j < listArray2.length; j++) {
listArray2[j].removeAttribute("color");
listArray2[j].removeAttribute("face");
}
var listArray3 = document.querySelectorAll('.skin-entryBody b,.skin-entryBody i,.skin-entryBody font');
for (var k = 0; k < listArray3.length; k++) {
listArray3[k].classList.add("fbi");
}
var result = document.evaluate('//div[@class="skin-entryBody"]//div[./br[not(./following-sibling::node() or ./preceding-sibling::node())]]', document, null, 7, null);
for (var x = 0; x < result.snapshotLength; x++) {
result.snapshotItem(x).classList.add("div_br");
}
var result2 = document.evaluate('//*[@class="fbi"]/br[not(./preceding-sibling::* or ./following-sibling::*)]', document, null, 7, null);
for (var y = 0; y < result2.snapshotLength; y++) {
result2.snapshotItem(y).remove();
}
var result4 = document.evaluate('//div[@class="skin-entryBody"]//*[contains(text(),"━")]', document, null, 7, null);
for (var a = 0; a < result4.snapshotLength; a++) {
result4.snapshotItem(a).classList.add("l_yoko");
}
$('.skin-entryBody div>div').parent().contents().unwrap();
$('.fbi>.fbi').parent().contents().unwrap();
$(".skin-entryBody div+br").wrap("<div class='div_br'></div>");
var result3 = document.evaluate('//div[@class="skin-entryBody"]/*[not(@class="div_br")][last()]', document, null, 7, null);
result3.snapshotItem(0).classList.add("node_last");
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。