Game | Flashpoint GUID |
---|---|
1Quest | 6de6ce3c-18c6-3015-e757-eb4f4b6f99ac |
4 Elements | 23c02784-b1e6-8d75-e1fd-801e1e54db38 |
Adventure | ee5f29d0-2336-9f4d-6071-3cbe28439829 |
Adventures of Robinson Crusoe | 4d3b812f-2305-41a8-b808-547ab2c82518 |
Airport Mania: First Flight | d5a31036-61f7-411b-8cde-ae53d2db608c |
Alchemist | 6e842d2b-d65d-44b9-9c9b-bcec42409d49 |
Alice in Wonderland - Hidden Objects | c670f1fe-c0af-5c9c-21c1-762df244a5a0 |
All My Gods | 2f579653-bfc7-4454-9163-3d0cde42a5d1 |
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
/* ==UserStyle== | |
@name Custom Chrome image background color. | |
@description Changes the background color of an image with transparency when viewing it directly. | |
@version 1.0.2 | |
@author Zennn | |
@namespace zennn | |
@license WTFPL | |
@updateURL https://gist.github.com/doZennn/e4d706e2db289045f68b133d9c0076e4/raw/custom_chrome_image_background.user.css | |
@preprocessor less | |
@var color bgcolor "Background Color" transparent |
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
<!DOCTYPE html> | |
<html lang="en-HU"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta content="origin" name="referrer"> | |
<meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"> | |
<title>Aberdeen - Google Search</title> | |
<script nonce="xLFagHCGUOwQTz0XCmcVRQ=="> | |
(function(){var a=window.performance;window.start=(new Date).getTime();a:{var b=window;if(a){var c=a.timing;if(c){var d=c.navigationStart,e=c.responseStart;if(e>d&&e<=window.start){window.start=e;b.wsrt=e-d;break a}}a.now&&(b.wsrt=Math.floor(a.now()))}}window.google=window.google||{};google.aft=function(f){f.setAttribute("data-iml",+new Date)};}).call(this);(function(){window.jsarwt=function(){return!1};}).call(this);(function(){var gbvu='/search?q\x3dAberdeen\x26gbv\x3d2\x26sei\x3dBQ1-XYTfMLCorgTKoJbwCQ';(function(){var e=function(c,a){this.a=c===b&&a||"";this.g=d};e.prototype.i=!0;e.prototype.h=function(){return this.a.toString()};var f=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,d={},b={};var g,h=" |
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
import { useEffect, useState } from 'react'; | |
import axios from "axios"; | |
function App() { | |
// Llista editorials | |
const [llista,setLlista] = useState([]); | |
// Error que s'ha produït | |
const [error, setError] = useState(null); | |
// Element nou o que s'actualitza |
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
<!DOCTYPE html> | |
<html lang="en" id="facebook" class="no_js"> | |
<head><meta charset="utf-8" /><meta name="referrer" content="origin-when-crossorigin" id="meta_referrer" /><link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3iAbk4/yX/l/en_US/HXBpjHkwoSJ.js?_nc_x=sx9jp1JNSsB" as="script" crossorigin="anonymous" /><link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3idxF4/y1/l/en_US/CG39CLsKoVB.js?_nc_x=sx9jp1JNSsB" as="script" crossorigin="anonymous" /><link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yU/l/0,cross/t80ZcvYsgs8.css?_nc_x=sx9jp1JNSsB" as="style" crossorigin="anonymous" /><link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/wwGDihd_gWN.js?_nc_x=sx9jp1JNSsB" as="script" crossorigin="anonymous" /><link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/y8/l/0,cross/dNN7jPM3MD1.css?_nc_x=sx9jp1JNSsB" as="style" crossorigin="anonymous" /><link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yi/l/0,cross/P8NOgidjcn0.css?_nc_x=s |