We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1Path,Title,Event,Bot,Session,FirstVisit,Referrer,Referrer scheme,Browser,Screen size,Location,timestamp | |
/,Lukas Grebe,false,8,10385086,true,,,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/79.0.3945.0 Safari/537.36","960,600,1",US,2020-06-18T18:04:25Z | |
/,Lukas Grebe,false,0,10387573,true,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15","1280,800,2",DE,2020-06-18T19:28:59Z | |
/,Lukas Grebe,false,0,10410950,true,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36","1680,1050,1",DE,2020-06-19T07:27:08Z | |
/cv,Lukas Grebe - CV,false,0,10410950,true,lukas.grebe.me,h,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36","1680,1050,1",DE,2020-06-19T07:27:13Z | |
/,Lukas Grebe,false,0,10599569,true,Google,g,"Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-T530) AppleWebKit/537. |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1Path,Title,Event,Bot,Session,FirstVisit,Referrer,Referrer scheme,Browser,Screen size,Location,timestamp | |
/,Lukas Grebe,false,8,10385086,true,,,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/79.0.3945.0 Safari/537.36","960,600,1",US,2020-06-18T18:04:25Z | |
/,Lukas Grebe,false,0,10387573,true,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15","1280,800,2",DE,2020-06-18T19:28:59Z | |
/,Lukas Grebe,false,0,10410950,true,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36","1680,1050,1",DE,2020-06-19T07:27:08Z | |
/cv,Lukas Grebe - CV,false,0,10410950,true,lukas.grebe.me,h,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36","1680,1050,1",DE,2020-06-19T07:27:13Z | |
/,Lukas Grebe,false,0,10599569,true,Google,g,"Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-T530) AppleWebKit/537. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
___TERMS_OF_SERVICE___ | |
By creating or modifying this file you agree to Google Tag Manager's Community | |
Template Gallery Developer Terms of Service available at | |
https://developers.google.com/tag-manager/gallery-tos (or such other URL as | |
Google may provide), as modified from time to time. | |
___INFO___ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Clean Chefkoch | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description remove some elements i never use | |
// @author Lukas Grebe | |
// @match https://www.chefkoch.de/rezepte/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$$('.architect-item').filter( | |
//match first two zip digits, call node.remove() for non matches | |
(elm)=>["50","51","53"].indexOf(elm.innerText.match(/\s*(\d\d)\d{3,3}\s*\w+/)[1])>0?true:elm.remove() | |
).map(elm=>elm.querySelector(':not(a[href^="http"])')).forEach(elm=>elm.remove()) // remove elms that dont have an http a node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ac:structured-macro ac:macro-id="daee8bfc-97a3-4286-b145-ad544b8ace89" ac:name="contentbylabel" ac:schema-version="3"> | |
<ac:parameter ac:name="max">200</ac:parameter> | |
<ac:parameter ac:name="showSpace">false</ac:parameter> | |
<ac:parameter ac:name="sort">modified</ac:parameter> | |
<ac:parameter ac:name="title">Seit 6 Monaten unbearbeitete Seiten</ac:parameter> | |
<ac:parameter ac:name="excerptType">simple</ac:parameter> | |
<ac:parameter ac:name="cql">space = "SPACE" and lastmodified <= now('-6m') and type="page"</ac:parameter> | |
</ac:structured-macro> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
var data = { | |
"www.example.org": { //host of tracked Site | |
"i": "AbC123", //eTracker ID | |
"n": { //Networks / eTracker Campagins Map (Cmp Name: config Object) | |
"Campagin 1": { | |
"c":786, //etracker cid | |
"l":116074, //eTracker lid | |
"s":"&pid=<% PID %>&subid=<% SUBID %>" //Campaginspecific Sufix | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy($$('.filter-content .product-box').map(box=>[ | |
box.querySelector('.product-box-header').innerText.trim(), //Tarif Name | |
box.innerText.match(/(\d+)\s+GB/)?box.innerText.match(/(\d+)\s+GB/)[1]:0 //{digits} GB Data | |
].concat(box.querySelector('.product-prices').innerText.match(/\d?.?\d{0,3}\,\d\d/g) //any prices (Device downpayment, monthly fees ect.) | |
).join("\t") // Tabseperated columns | |
).join("\n") //join rows by newline | |
)//copy to clipboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function table2vehiclesJson($htmlResultTable) | |
{ | |
$search = array(); | |
$replace = array(); | |
//Enclosing | |
$search[] = '/<table[^>]+><tr[^>]+>/';$replace[] = '[{'; | |
$search[] = '/<\/tr[^>]*><\/table[^>]*>/';$replace[] = '}]'; |
NewerOlder